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.cpp
Age
Commit message (
Expand
)
Author
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-06
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-02-07
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-02
Assert that what might look like a possible division by zero is actually unre...
practicalswift
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
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-11-22
bench: Fix subtle counting issue when rescaling iteration count
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