perf

sudo perf stat ./a.out
sudo perf record ./a.out
sudo perf report

while (true) {
}
image.png
while (true) {
  _asm("movl %eax, %ebx");
}

你可能感兴趣的:(perf)