We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c02a9 commit 6715ffbCopy full SHA for 6715ffb
1 file changed
case-lib/lib.sh
@@ -963,9 +963,9 @@ perf_analyze()
963
dlogi "Checking SOF component performance"
964
if [ -e "$LOG_ROOT/mtrace.txt" ]; then
965
if [ -e "$LOG_ROOT/dmesg.txt" ]; then
966
- perf_cmd="sof_perf_analyzer.py --skip-to-first-trace --kmsg=$LOG_ROOT/dmesg.txt --out2csv $LOG_ROOT/sof_perf.txt $LOG_ROOT/mtrace.txt"
+ perf_cmd="sof_perf_analyzer.py --skip-to-first-trace --kmsg=$LOG_ROOT/dmesg.txt --out2html $LOG_ROOT/sof_perf.html $LOG_ROOT/mtrace.txt"
967
else
968
- perf_cmd="sof_perf_analyzer.py --skip-to-first-trace --out2csv $LOG_ROOT/sof_perf.txt $LOG_ROOT/mtrace.txt"
+ perf_cmd="sof_perf_analyzer.py --skip-to-first-trace --out2html $LOG_ROOT/sof_perf.html $LOG_ROOT/mtrace.txt"
969
fi
970
dlogc "$perf_cmd"
971
eval "$perf_cmd" || {
0 commit comments