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

5 lines
160 B
Plaintext

/usr/bin/perf record --freq=997 --call-graph dwarf -q -o ./perfo1 ./rls
perf report -i ./perfo1
https://blog.csdn.net/lovely_yoshino/article/details/141182830