c05564c4d8
Android 13
4 lines
133 B
Bash
Executable file
4 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
# description: system-wide min/max/avg wakeup latency
|
|
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|