4 lines
125 B
Plaintext
4 lines
125 B
Plaintext
|
#!/bin/bash
|
||
|
# description: analyze timings of tasks
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/task-analyzer.py -- "$@"
|