chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
8ae2bc5
)
progs/perftest.c: Report cycle counts per operation where possible.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Nov 2018 14:03:21 +0000
(14:03 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 24 Nov 2018 21:53:38 +0000
(21:53 +0000)
This is a much more useful figure to work with. Use `rdtsc' on x86,
falling back to `perf_event_open' on Linux where available. On other
platforms, you don't get cycle counts: sorry.
No differences found