aboutsummaryrefslogtreecommitdiff
path: root/src/bench/perf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|
* bench: Add support for measuring CPU cyclesWladimir J. van der Laan2016-11-221-0/+53
This adds cycle min/max/avg to the statistics. Supported on x86 and x86_64 (natively through rdtsc), as well as Linux (perf syscall).