7 lines
134 B
Bash
7 lines
134 B
Bash
#!/bin/bash
|
|
# description: system-wide min/max/avg wakeup latency
|
|
perf trace -s ~/libexec/perf-core/scripts/perl/wakeup-latency.pl
|
|
|
|
|
|
|