Skip to content

Instantly share code, notes, and snippets.

@belavina
Created December 28, 2017 21:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save belavina/d521f69555dbbffee72e4fab4d949526 to your computer and use it in GitHub Desktop.
Perf Output
[obelavina@bbetty audio]$ perf stat -r 10 -d ./p3
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
357 ms
Sum: -679197541
Performance counter stats for './p3' (10 runs):
32033.807190 task-clock:u (msec) # 1.000 CPUs utilized ( +- 0.04% )
0 context-switches:u # 0.000 K/sec
0 cpu-migrations:u # 0.000 K/sec
1,953,170 page-faults:u # 0.061 M/sec ( +- 0.00% )
68,009,957,640 cycles:u # 2.123 GHz ( +- 0.00% )
40,014,272,057 instructions:u # 0.59 insn per cycle ( +- 0.00% )
<not supported> branches:u
56,206 branch-misses:u ( +- 1.73% )
17,496,799,269 L1-dcache-loads:u # 546.198 M/sec ( +- 0.00% )
1,031,290,462 L1-dcache-load-misses:u # 5.89% of all L1-dcache hits ( +- 0.00% )
<not supported> LLC-loads:u
<not supported> LLC-load-misses:u
32.031639811 seconds time elapsed ( +- 0.04% )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment