tests: fix diff-out script for op/inst stat changes.
This commit is contained in:
parent
eada4268ef
commit
8cb4a2208d
1 changed files with 6 additions and 4 deletions
|
@ -186,6 +186,7 @@ sub pct_diff
|
||||||
'host_seconds' => 1,
|
'host_seconds' => 1,
|
||||||
'host_tick_rate' => 1,
|
'host_tick_rate' => 1,
|
||||||
'host_inst_rate' => 1,
|
'host_inst_rate' => 1,
|
||||||
|
'host_op_rate' => 1,
|
||||||
'host_mem_usage' => 1
|
'host_mem_usage' => 1
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -194,12 +195,13 @@ sub pct_diff
|
||||||
# ==> list stats here WITHOUT trailing thread ID
|
# ==> list stats here WITHOUT trailing thread ID
|
||||||
#
|
#
|
||||||
@key_stat_list = (
|
@key_stat_list = (
|
||||||
'COM:IPC',
|
'ipc',
|
||||||
'ISSUE:MSIPC',
|
'committedInsts',
|
||||||
'COM:count',
|
'committedOps',
|
||||||
'host_inst_rate',
|
|
||||||
'sim_insts',
|
'sim_insts',
|
||||||
|
'sim_ops',
|
||||||
'sim_ticks',
|
'sim_ticks',
|
||||||
|
'host_inst_rate',
|
||||||
'host_mem_usage'
|
'host_mem_usage'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue