summaryrefslogtreecommitdiff
path: root/src/cpu/o3/commit.hh
diff options
context:
space:
mode:
authorAnthony Gutierrez <atgutier@umich.edu>2012-09-12 11:35:52 -0400
committerAnthony Gutierrez <atgutier@umich.edu>2012-09-12 11:35:52 -0400
commitc6927ed13868c096a60df6a217f92857799b5be6 (patch)
tree8a266fc19505a3e005d581f9202ae75c4f4fb4d9 /src/cpu/o3/commit.hh
parent89a5ba1ef865d5eb58f2325eec5ebbec56b42b08 (diff)
downloadgem5-c6927ed13868c096a60df6a217f92857799b5be6.tar.xz
stats: remove duplicate instruction stats from the commit stage
these stats are duplicates of insts/opsCommitted, cause confusion, and are poorly named.
Diffstat (limited to 'src/cpu/o3/commit.hh')
-rw-r--r--src/cpu/o3/commit.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/o3/commit.hh b/src/cpu/o3/commit.hh
index d3d1ad347..489656a7d 100644
--- a/src/cpu/o3/commit.hh
+++ b/src/cpu/o3/commit.hh
@@ -447,10 +447,6 @@ class DefaultCommit
/** Updates commit stats based on this instruction. */
void updateComInstStats(DynInstPtr &inst);
- /** Stat for the total number of committed instructions. */
- Stats::Scalar commitCommittedInsts;
- /** Stat for the total number of committed ops. */
- Stats::Scalar commitCommittedOps;
/** Stat for the total number of squashed instructions discarded by commit.
*/
Stats::Scalar commitSquashedInsts;