aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* trivial: Mark overrides as such.Daniel Kraft2018-05-201-6/+6
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-48/+95
* Initialize recently introduced non-static class member lastCycles to zero in ...practicalswift2017-11-131-6/+11
* Require a steady clock for bench with at least micro precisionMatt Corallo2017-11-091-4/+2
* bench: prefer a steady clock if the resolution is no worseCory Fields2017-11-071-2/+9
* bench: switch to std::chrono for time measurementsCory Fields2017-11-071-7/+12
* Remove countMaskInv caching in bench frameworkMatt Corallo2017-09-111-2/+1
* Replace boost::function with std::function (C++11)practicalswift2017-05-131-2/+3
* [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* bench: Fix initialization order in registrationWladimir J. van der Laan2017-02-071-1/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* bench: Add support for measuring CPU cyclesWladimir J. van der Laan2016-11-221-2/+8
* Avoid integer division in the benchmark inner-most loop.Gregory Maxwell2016-05-301-3/+4
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-271-11/+12
* Support very-fast-running benchmarksGavin Andresen2015-09-301-0/+2
* Simple benchmarking frameworkGavin Andresen2015-09-301-0/+69