diff options
| author | luwenpeng <[email protected]> | 2023-06-21 21:48:06 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-06-21 21:48:06 +0800 |
| commit | 9ee063a4095d82c234401280d90f67ae7cca2e06 (patch) | |
| tree | 471d704df9b142deb8076ee53348345a2c986371 /tools | |
| parent | 94d10adb0a2a3ac4a2c1d7423a97f5bbb34e1d10 (diff) | |
update tools/run_flamegrah.sh
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/run_flamegrah.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_flamegrah.sh b/tools/run_flamegrah.sh index 4e3e314c..6bf1b129 100644 --- a/tools/run_flamegrah.sh +++ b/tools/run_flamegrah.sh @@ -57,6 +57,6 @@ rm -rf perf.svg printf "\e[32m Convert data to flame graph\e[0m\n" -perf script | /opt/tsg/tools/FlameGraph/stackcollapse-perf.pl | /opt/tsg/tools/FlameGraph/flamegraph.pl >perf.svg +perf script | ./FlameGraph/stackcollapse-perf.pl | ./FlameGraph/flamegraph.pl >perf.svg # 使用浏览器查看 perf.svg, 在浏览器中使用 Ctrl + F 进行关键字搜索 |
