projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eada426
)
tests: fix diff-out script for op/inst stat changes.
author
Ali Saidi
<saidi@eecs.umich.edu>
Mon, 13 Feb 2012 00:35:59 +0000
(18:35 -0600)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Mon, 13 Feb 2012 00:35:59 +0000
(18:35 -0600)
tests/diff-out
patch
|
blob
|
history
diff --git
a/tests/diff-out
b/tests/diff-out
index 0a678a26784118827df6b16ab236e3ea018817ab..c00d4f3de6bf2fdcb0a1d709b40585f38d21e560 100755
(executable)
--- a/
tests/diff-out
+++ b/
tests/diff-out
@@
-186,6
+186,7
@@
sub pct_diff
'host_seconds' => 1,
'host_tick_rate' => 1,
'host_inst_rate' => 1,
+ 'host_op_rate' => 1,
'host_mem_usage' => 1
);
@@
-194,12
+195,13
@@
sub pct_diff
# ==> list stats here WITHOUT trailing thread ID
#
@key_stat_list = (
- 'COM:IPC',
- 'ISSUE:MSIPC',
- 'COM:count',
- 'host_inst_rate',
+ 'ipc',
+ 'committedInsts',
+ 'committedOps',
'sim_insts',
+ 'sim_ops',
'sim_ticks',
+ 'host_inst_rate',
'host_mem_usage'
);