Files
build_infra/0_笔记/监控服务程序/perf.bash
T
2026-06-16 10:23:51 +08:00

10 lines
128 B
Bash

1. 启动并分析程序的基本命令
perf stat ./your_program [program_args]
perf record ./your_program [program_args]