mem: Add Units to mem stats
[gem5.git] / src / mem / cache / prefetch / base.cc
index e3479920d3651c7e8a38d0910a8c53644bb22f69..96eca5e35f2c4c89fcc8c369bd565d517a1772d1 100644 (file)
@@ -113,7 +113,7 @@ Base::setCache(BaseCache *_cache)
 }
 Base::StatGroup::StatGroup(Stats::Group *parent)
     : Stats::Group(parent),
-    ADD_STAT(pfIssued, "number of hwpf issued")
+    ADD_STAT(pfIssued, UNIT_COUNT, "number of hwpf issued")
 {
 }