diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2011-04-20 14:41:12 -0400 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2011-04-20 14:41:12 -0400 |
commit | 0f1a6e73f10b8b5128b810aa0dd1f413132840f3 (patch) | |
tree | 779f0edafa75a11eb4bfc5d7b7276d3fa45f8ff5 /unit_trace | |
parent | d2240e7a9b15d18dfd0f3cbe75f3adf1c9e7fabf (diff) |
Diffstat (limited to 'unit_trace')
-rw-r--r-- | unit_trace/stdout_printer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_trace/stdout_printer.py b/unit_trace/stdout_printer.py index b70b31a..e4bd019 100644 --- a/unit_trace/stdout_printer.py +++ b/unit_trace/stdout_printer.py | |||
@@ -31,6 +31,7 @@ def _print_event(record): | |||
31 | print "Job: %d.%d" % (record.pid,record.job) | 31 | print "Job: %d.%d" % (record.pid,record.job) |
32 | print "Type: %s" % (record.type_name) | 32 | print "Type: %s" % (record.type_name) |
33 | print "Time: %d" % (record.when) | 33 | print "Time: %d" % (record.when) |
34 | print "CPU: %d" % (record.cpu) | ||
34 | 35 | ||
35 | def _print_inversion_start(record): | 36 | def _print_inversion_start(record): |
36 | print "Type: %s" % ("Inversion start") | 37 | print "Type: %s" % ("Inversion start") |