10 lines
128 B
Bash
10 lines
128 B
Bash
|
|
|
|
|
|
1. 启动并分析程序的基本命令
|
|
perf stat ./your_program [program_args]
|
|
|
|
|
|
|
|
perf record ./your_program [program_args]
|