mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
1669e4a5d1
* remove external * put back ffmpeg for now
6 lines
194 B
Bash
Executable File
6 lines
194 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo $HOME/one/external/pyflame/pyflame -s 5 -o /tmp/perf$1.txt -p $1 &&
|
|
$HOME/one/external/pyflame/flamegraph.pl /tmp/perf$1.txt > /tmp/perf$1.svg &&
|
|
google-chrome /tmp/perf$1.svg
|