aboutsummaryrefslogtreecommitdiff
path: root/src/bench/perf.h
Commit message (Collapse)AuthorAgeFilesLines
* bench: Add support for measuring CPU cyclesWladimir J. van der Laan2016-11-221-0/+37
This adds cycle min/max/avg to the statistics. Supported on x86 and x86_64 (natively through rdtsc), as well as Linux (perf syscall).