lbrycrd/src/bench
Gavin Andresen 7072c544b5
Support very-fast-running benchmarks
Avoid calling gettimeofday every time through the benchmarking loop, by keeping
track of how long each loop takes and doubling the number of iterations done
between time checks when they take less than 1/16'th of the total elapsed time.
2015-09-30 09:24:42 -04:00
..
bench.cpp Support very-fast-running benchmarks 2015-09-30 09:24:42 -04:00
bench.h Support very-fast-running benchmarks 2015-09-30 09:24:42 -04:00
bench_bitcoin.cpp Simple benchmarking framework 2015-09-30 09:24:42 -04:00
Examples.cpp Support very-fast-running benchmarks 2015-09-30 09:24:42 -04:00