mirror of
https://github.com/armbian/linux-cix.git
synced 2026-01-06 12:30:45 -08:00
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 -- "$@"
|