mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 06:35:53 +00:00
4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
|
#!/bin/sh
|
||
|
# description: produce callgraphs in short form for scripting use
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
|