aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.cpp
AgeCommit message (Expand)Author
2017-03-06Merge #9547: bench: Assert that division by zero is unreachableWladimir J. van der Laan
2017-02-07bench: Fix initialization order in registrationWladimir J. van der Laan
2017-02-02Assert that what might look like a possible division by zero is actually unre...practicalswift
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
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-11-22bench: Fix subtle counting issue when rescaling iteration countWladimir 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