4 lines
119 B
Plaintext
4 lines
119 B
Plaintext
|
#!/usr/bin/sh
|
||
|
# description: create flame graphs
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
|