index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
bench.h
Age
Commit message (
Expand
)
Author
2022-02-04
bench: Represents paths with fs::path instead of std::string
Ryan Ofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-21
bench: various args improvements
Jon Atack
2021-09-21
bench: introduce -min_time argument
Martin Ankerl
2021-06-24
bench: bench.h fixes and improvements
Jon Atack
2021-02-01
Drop boost/preprocessor dependencies
Hennadii Stepanov
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-17
bench: Remove requirement that all benches use RegTestingSetup
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-02
Merge #17781: rpc: Remove mempool global from miner
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-23
rpc: Remove mempool global from miner
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-20
trivial: Mark overrides as such.
Daniel Kraft
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-13
Initialize recently introduced non-static class member lastCycles to zero in ...
practicalswift
2017-11-09
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-07
bench: prefer a steady clock if the resolution is no worse
Cory Fields
2017-11-07
bench: switch to std::chrono for time measurements
Cory Fields
2017-09-11
Remove countMaskInv caching in bench framework
Matt Corallo
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-22
bench: Add support for measuring CPU cycles
Wladimir J. van der Laan
2016-05-30
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2015-10-27
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-09-30
Support very-fast-running benchmarks
Gavin Andresen
2015-09-30
Simple benchmarking framework
Gavin Andresen