kosslab-kr / linux-perf

:rocket: perf contribution (mirrored from git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git)
Other
16 stars 8 forks source link

[김지은] 프로젝트 소개문서 #193

Open zzinny opened 7 years ago

zzinny commented 7 years ago

프로젝트명

perf

분야 및 한줄정의

리눅스 명령어 중의 하나로 프로그램 또는 시스템 전체를 상세하게 profiling, tracing할 수 있는 성능측정도구.

주 사용언어

C, JSON

image

cloc linux-2.6/tools/perf cloc으로 root/tools/perf/ 사용언어 분석

profiling 예시

image

이벤트 옵션을 주지 않으면 cpu clock을 기준으로 성능을 분석한다. 어느 부분에 오버헤드가 집중되는지 알 수 있다.

폴더구조

image

총 라인 수

299366 lines