changeset 6a859084ee92 in /z/repo/gem5 details: http://repo.gem5.org/gem5?cmd=changeset;node=6a859084ee92 description: tests: fix diff-out script for op/inst stat changes.
diffstat: tests/diff-out | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diffs (30 lines): diff -r d492e0bb7e95 -r 6a859084ee92 tests/diff-out --- a/tests/diff-out Sun Feb 12 16:41:29 2012 -0800 +++ b/tests/diff-out Sun Feb 12 18:35:59 2012 -0600 @@ -186,6 +186,7 @@ 'host_seconds' => 1, 'host_tick_rate' => 1, 'host_inst_rate' => 1, + 'host_op_rate' => 1, 'host_mem_usage' => 1 ); @@ -194,12 +195,13 @@ # ==> list stats here WITHOUT trailing thread ID # @key_stat_list = ( - 'COM:IPC', - 'ISSUE:MSIPC', - 'COM:count', + 'ipc', + 'committedInsts', + 'committedOps', + 'sim_insts', + 'sim_ops', + 'sim_ticks', 'host_inst_rate', - 'sim_insts', - 'sim_ticks', 'host_mem_usage' ); _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
