summaryrefslogtreecommitdiff
path: root/dev/sinic.hh
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2005-01-21 18:31:30 -0500
committerKevin Lim <ktlim@umich.edu>2005-01-21 18:31:30 -0500
commite6b99b07684ca465d83a6d9858fe97a1d5a8177f (patch)
treeeb77f23c2c71fd6b8128a945ca1282f2676ea8f0 /dev/sinic.hh
parent6ac7954242abf87252b2927c213e9e95bb0772ce (diff)
parentfa7fa5a90909b79a97aee187aa1de52d96c9dde1 (diff)
downloadgem5-e6b99b07684ca465d83a6d9858fe97a1d5a8177f.tar.xz
Merge zizzer.eecs.umich.edu:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5-patched/m5-new --HG-- extra : convert_revision : e802c800a478c297d3aa780a9ea3c6701453d91d
Diffstat (limited to 'dev/sinic.hh')
-rw-r--r--dev/sinic.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/sinic.hh b/dev/sinic.hh
index 9f265b3f6..9b8920f3b 100644
--- a/dev/sinic.hh
+++ b/dev/sinic.hh
@@ -262,6 +262,10 @@ class Device : public Base
Stats::Scalar<> txBytes;
Stats::Formula txBandwidth;
+ Stats::Formula totBandwidth;
+ Stats::Formula totPackets;
+ Stats::Formula totBytes;
+ Stats::Formula totPacketRate;
Stats::Scalar<> txPackets;
Stats::Formula txPacketRate;
Stats::Scalar<> txIpPackets;