aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.cpp
Commit message (Expand)AuthorAgeFilesLines
* bench: Fix initialization order in registrationWladimir J. van der Laan2017-02-071-8/+8
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-8/+6
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-8/+6
* | 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/+20
* bench: Fix subtle counting issue when rescaling iteration countWladimir J. van der Laan2016-11-221-2/+5
* Avoid integer division in the benchmark inner-most loop.Gregory Maxwell2016-05-301-11/+24
* [Trivial] ensure minimal header conventionsPhilip Kaufmann2015-10-271-0/+2
* Support very-fast-running benchmarksGavin Andresen2015-09-301-3/+11
* Simple benchmarking frameworkGavin Andresen2015-09-301-0/+60