Skip to content

Commit

Permalink
toplev: Skip Time for now to not confuse plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Feb 3, 2015
1 parent f0b17ad commit 3f40cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,8 @@ def print_res(self, res, rev, out, timestamp, title, env):
val = obj.val
if not obj.thresh and not dont_hide:
val = 0.0
if obj.name == "Time": # XXX hack
continue
disclaimer = ""
if 'htoff' in obj.__dict__ and obj.htoff and obj.thresh and cpu.ht:
disclaimer = """
Expand Down

0 comments on commit 3f40cb0

Please sign in to comment.