Skip to content

Commit

Permalink
toplev: Avoid Metric_Time warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Mar 8, 2015
1 parent 1322cbb commit b40056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ def print_res(self, res, rev, out, timestamp, title, env, smt, referenced):
if obj.res_map:
obj.compute(lambda e, level:
lookup_res(res, rev, e, obj, env, level, referenced))
else:
elif obj.name != "Time":
print >>sys.stderr, "%s not measured" % (obj.__class__.__name__,)
out.logf.flush()

Expand Down

0 comments on commit b40056b

Please sign in to comment.