aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-18benchmark: Removed bench/perf.cppThomas Snider
2018-01-16Log debug build status and warn when running benchmarksWladimir J. van der Laan
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-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Require a steady clock for bench with at least micro precisionMatt Corallo
2017-11-07bench: switch to std::chrono for time measurementsCory Fields
2017-09-11Remove countMaskInv caching in bench frameworkMatt Corallo
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-31Restore default format state of cout after printing with std::fixed/setprecisionpracticalswift
2017-05-13Replace boost::function with std::function (C++11)practicalswift
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