perf

Linux 성능 카운터 측정을 위한 프레임워크. 더 많은 정보: https://perf.wiki.kernel.org.

perf stat {{gcc hello.c}}

sudo perf top

sudo perf record {{명령}}

sudo perf record -p {{pid}}

sudo perf report