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