zcashd/src/bench
Alfredo Garcia 445ae593d6 change the cm member of OutputDescription to cmu 2020-02-26 17:43:50 -03:00
..
.gitignore Ignore bench_bitcoin binary. 2020-01-22 21:40:38 +00:00
Examples.cpp Support very-fast-running benchmarks 2020-01-22 21:40:38 +00:00
base58.cpp Avoid static analyzer warnings regarding uninitialized arguments 2020-01-22 21:41:28 +00:00
bench.cpp Require a steady clock for bench with at least micro precision 2020-01-22 21:41:28 +00:00
bench.h Fix typo 2020-02-13 17:14:19 +02:00
bench_bitcoin.cpp Benchmark Zcash verification operations 2020-01-30 19:14:20 +00:00
checkqueue.cpp Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic numbers, fixed scoping of vectors (and memory movement component of benchmark). 2020-01-22 21:41:28 +00:00
crypto_hash.cpp Prevent warning: variable 'x' is uninitialized 2020-01-22 21:41:28 +00:00
perf.cpp bench: Add support for measuring CPU cycles 2020-01-22 21:41:28 +00:00
perf.h bench: Add support for measuring CPU cycles 2020-01-22 21:41:28 +00:00
prevector_destructor.cpp Add prevector destructor benchmark 2020-01-22 21:41:28 +00:00
rollingbloom.cpp bench: switch to std::chrono for time measurements 2020-01-22 21:41:28 +00:00
verification.cpp change the cm member of OutputDescription to cmu 2020-02-26 17:43:50 -03:00