summaryrefslogtreecommitdiff
path: root/src/mem/coherent_xbar.hh
diff options
context:
space:
mode:
authorDavid Guillen Fandos <david.guillen@arm.com>2016-07-21 17:19:14 +0100
committerDavid Guillen Fandos <david.guillen@arm.com>2016-07-21 17:19:14 +0100
commit0020662459fdd9efcfe9864ef12160515434ccdb (patch)
tree536e1cebd8a286d55301bccd94163a5190e441cc /src/mem/coherent_xbar.hh
parent86a25bbcee88f6e69299867b6264885d738f636e (diff)
downloadgem5-0020662459fdd9efcfe9864ef12160515434ccdb.tar.xz
mem: Add snoop traffic statistic
Diffstat (limited to 'src/mem/coherent_xbar.hh')
-rw-r--r--src/mem/coherent_xbar.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/coherent_xbar.hh b/src/mem/coherent_xbar.hh
index 8c55b59da..0f641664d 100644
--- a/src/mem/coherent_xbar.hh
+++ b/src/mem/coherent_xbar.hh
@@ -394,6 +394,7 @@ class CoherentXBar : public BaseXBar
bool sinkPacket(const PacketPtr pkt) const;
Stats::Scalar snoops;
+ Stats::Scalar snoopTraffic;
Stats::Distribution snoopFanout;
public: