aboutsummaryrefslogtreecommitdiff
path: root/src/bench/perf.cpp
AgeCommit message (Collapse)Author
2017-01-27[trivial] Fix typos in commentspracticalswift
2016-11-22bench: Add support for measuring CPU cyclesWladimir J. van der Laan
This adds cycle min/max/avg to the statistics. Supported on x86 and x86_64 (natively through rdtsc), as well as Linux (perf syscall).