cpu: o3: remove stat totalCommittedInsts
authorNilay Vaish <nilay@cs.wisc.edu>
Fri, 23 May 2014 11:07:02 +0000 (06:07 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Fri, 23 May 2014 11:07:02 +0000 (06:07 -0500)
commit1e26b7ea29ead4a67a060cc66cd72a193db9c766
treec47f71cf7700cd3bee8ad6dc16a8f566c17d5e95
parent53dd4497b3e554869adb9c7faede24e4fd797319
cpu: o3: remove stat totalCommittedInsts
This patch removes the stat totalCommittedInsts.  This variable was used for
recording the total number of instructions committed across all the threads
of a core.  The instructions committed by each thread are recorded invidually.
The total would now be generated by summing these individual counts.
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh