Skip to content

Commit

Permalink
toplev/tl-tester: Test simple_ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Mar 25, 2015
1 parent d431879 commit 5708904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tl-tester
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py -g --raw -v --debug --stats
EVENTMAP=${cpus[ivb]} FORCECPU=ivb $WRAP ./toplev.py --no-desc --stats -d $ALL --kernel --valcsv val.csv --no-multiplex $LOAD | tee log
grep :k log
grep /k log
EVENTMAP=${cpus[ivb]} FORCECPU=simple $WRAP ./toplev.py --no-desc -l1 $LOAD

# test L1 uses a single group
onegroup() {
Expand Down
1 change: 1 addition & 0 deletions toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
("hsx", (63, )),
("slm", (55, 77)),
("bdw", (61, )),
("simple", ()),
)

tsx_cpus = ("hsw", "hsx", "bdw")
Expand Down

0 comments on commit 5708904

Please sign in to comment.