Revisions 0 to 10 in in which 'checks/bench.cpp' was changed are listed below. These revisions are ancestors of the revision [13704fef..]. The "diff" links listed with each revision will show changes in 'checks/bench.cpp' between that revision and [13704fef..].

240 days ago: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
essentially a facade for the RNG object living in the global library state.
Rewrite all callers to directly invoke the global state object: this makes
it more clear what functions are actually accessing mutable state outside of
the normal reference graph (and thus, which functions will have to be
altered in order to remove this dependency). Other facades remain in place
for the configuration object and the memory allocator factory.
Date: Mon, 07 Apr 2008 14:08:27 GMT
382 days ago: Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
Date: Sat, 17 Nov 2007 02:25:53 GMT
499 days ago: Use the get_clock/get_ticks code instead of calling std::clock directly. Allows
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Use the get_clock/get_ticks code instead of calling std::clock directly. Allows
(nominally) more accurate results.
Date: Mon, 23 Jul 2007 05:44:35 GMT
843 days ago: Respect the --seconds command line argument with --bench-algo
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Respect the --seconds command line argument with --bench-algo
Date: Sun, 13 Aug 2006 15:27:56 GMT
847 days ago: Remove the public domain notices from the self-test/benchmark code,
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Remove the public domain notices from the self-test/benchmark code,
because it turns out to be something of a legal minefield.
Date: Wed, 09 Aug 2006 09:17:27 GMT
930 days ago: Initial checkin
view file | diff | revision info | browse files
Author: lloyd@randombit.net
Changelog: Initial checkin
Date: Thu, 18 May 2006 18:33:19 GMT