Skip to content

Instantly share code, notes, and snippets.

@dstrbad
Created May 7, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstrbad/41e7476565998d66ca0385265487d12a to your computer and use it in GitHub Desktop.
Save dstrbad/41e7476565998d66ca0385265487d12a to your computer and use it in GitHub Desktop.
debian@bbb-test:~$ sudo perf stat -e task-clock,cycles,instructions,branches,branch-misses,instructions,cache-misses,cache-references
^C
Performance counter stats for 'system wide':
16,203.12 msec task-clock # 1.000 CPUs utilized
4,332,572,389 cycles # 267393.223 GHz (71.42%)
911,023,486 instructions # 0.21 insn per cycle (71.40%)
98,098,648 branches # 6054350.923 M/sec (71.41%)
30,116,184 branch-misses # 30.70% of all branches (71.44%)
885,259,275 instructions # 0.20 insn per cycle (71.45%)
6,967,361 cache-misses # 1.836 % of all cache refs (57.16%)
379,417,471 cache-references # 23416495.155 M/sec (57.14%)
16.202385758 seconds time elapsed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment