Created
July 18, 2024 07:48
-
-
Save Cyberax/aa96a237a9b04ed6f25e09c63b1c12bd to your computer and use it in GitHub Desktop.
Perf data for sig.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmp # perf stat -- ./a.out | |
Sigaction | |
Done | |
Performance counter stats for './a.out': | |
1753.38 msec task-clock # 1.000 CPUs utilized | |
45 context-switches # 25.665 /sec | |
2 cpu-migrations # 1.141 /sec | |
1000024 page-faults # 570.341 K/sec | |
6671774230 cycles # 3.805 GHz | |
3810252283 instructions # 0.57 insn per cycle | |
757963445 branches # 432.287 M/sec | |
1114867 branch-misses # 0.15% of all branches | |
1.754103831 seconds time elapsed | |
0.511689000 seconds user | |
1.242245000 seconds sys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment