index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
bench.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
trivial: Mark overrides as such.
Daniel Kraft
2018-05-20
1
-6
/
+6
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-12-23
1
-48
/
+95
*
Initialize recently introduced non-static class member lastCycles to zero in ...
practicalswift
2017-11-13
1
-6
/
+11
*
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-09
1
-4
/
+2
*
bench: prefer a steady clock if the resolution is no worse
Cory Fields
2017-11-07
1
-2
/
+9
*
bench: switch to std::chrono for time measurements
Cory Fields
2017-11-07
1
-7
/
+12
*
Remove countMaskInv caching in bench framework
Matt Corallo
2017-09-11
1
-2
/
+1
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-2
/
+3
*
[trivial] Fix typos in comments
practicalswift
2017-03-21
1
-1
/
+1
*
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-07
1
-1
/
+2
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
bench: Add support for measuring CPU cycles
Wladimir J. van der Laan
2016-11-22
1
-2
/
+8
*
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2016-05-30
1
-3
/
+4
*
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-10-27
1
-11
/
+12
*
Support very-fast-running benchmarks
Gavin Andresen
2015-09-30
1
-0
/
+2
*
Simple benchmarking framework
Gavin Andresen
2015-09-30
1
-0
/
+69