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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
benchmark: Removed bench/perf.cpp
Thomas Snider
2018-04-18
1
-4
/
+0
*
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-16
1
-0
/
+3
*
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
-72
/
+110
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-2
/
+2
*
Require a steady clock for bench with at least micro precision
Matt Corallo
2017-11-09
1
-0
/
+3
*
bench: switch to std::chrono for time measurements
Cory Fields
2017-11-07
1
-18
/
+16
*
Remove countMaskInv caching in bench framework
Matt Corallo
2017-09-11
1
-4
/
+2
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-1
/
+1
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
|
Restore default format state of cout after printing with std::fixed/setprecision
practicalswift
2017-07-31
1
-0
/
+1
|
/
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-0
/
+1
*
Merge #9547: bench: Assert that division by zero is unreachable
Wladimir J. van der Laan
2017-03-06
1
-0
/
+2
|
\
|
*
Assert that what might look like a possible division by zero is actually unre...
practicalswift
2017-02-02
1
-0
/
+2
*
|
bench: Fix initialization order in registration
Wladimir J. van der Laan
2017-02-07
1
-8
/
+8
|
/
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-8
/
+6
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-8
/
+6
*
|
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
/
+20
*
bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-11-22
1
-2
/
+5
*
Avoid integer division in the benchmark inner-most loop.
Gregory Maxwell
2016-05-30
1
-11
/
+24
*
[Trivial] ensure minimal header conventions
Philip Kaufmann
2015-10-27
1
-0
/
+2
*
Support very-fast-running benchmarks
Gavin Andresen
2015-09-30
1
-3
/
+11
*
Simple benchmarking framework
Gavin Andresen
2015-09-30
1
-0
/
+60