sudo perf stat ./a.out
sudo perf record ./a.out
sudo perf report
while (true) {
}
while (true) {
_asm("movl %eax, %ebx");
}
sudo perf stat ./a.out
sudo perf record ./a.out
sudo perf report
while (true) {
}
while (true) {
_asm("movl %eax, %ebx");
}