Skip to content

Commit

Permalink
tl-tester: Fix bottleneck test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Oct 8, 2015
1 parent b979215 commit 432b191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --stats --metrics --no-m
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --no-desc --power -l4 $LOAD
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --no-desc $ALL --no-group $LOAD
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --no-desc --sw -l4 $LOAD
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --print-bottleneck -l4 $LOAD
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py -d --bottleneck -l4 $LOAD
if python -c 'import matplotlib.pyplot' ; then
EVENTMAP=${cpus[hsw]} FORCECPU=hsw $WRAP ./toplev.py --graph -o x.png -d --metrics -l4 $LOAD
fi
Expand Down

0 comments on commit 432b191

Please sign in to comment.