aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-20trivial: Mark overrides as such.Daniel Kraft
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-23Improved microbenchmarking with multiple features.Martin Ankerl
2017-11-13Initialize recently introduced non-static class member lastCycles to zero in ...practicalswift
2017-11-09Require a steady clock for bench with at least micro precisionMatt Corallo
2017-11-07bench: prefer a steady clock if the resolution is no worseCory Fields
2017-11-07bench: switch to std::chrono for time measurementsCory Fields
2017-09-11Remove countMaskInv caching in bench frameworkMatt Corallo
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-02-07bench: Fix initialization order in registrationWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-22bench: Add support for measuring CPU cyclesWladimir J. van der Laan
2016-05-30Avoid integer division in the benchmark inner-most loop.Gregory Maxwell
2015-10-27[Trivial] ensure minimal header conventionsPhilip Kaufmann
2015-09-30Support very-fast-running benchmarksGavin Andresen
2015-09-30Simple benchmarking frameworkGavin Andresen