summaryrefslogtreecommitdiff
path: root/src/cpu/minor/stats.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/minor/stats.hh')
-rw-r--r--src/cpu/minor/stats.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/minor/stats.hh b/src/cpu/minor/stats.hh
index dc246304d..c2f7e5f6d 100644
--- a/src/cpu/minor/stats.hh
+++ b/src/cpu/minor/stats.hh
@@ -76,6 +76,9 @@ class MinorStats
Stats::Formula cpi;
Stats::Formula ipc;
+ /** Number of instructions by type (OpClass) */
+ Stats::Vector2d committedInstType;
+
public:
MinorStats();