summaryrefslogtreecommitdiff
path: root/util/stats/info.py
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-01-19 18:40:02 -0500
committerAli Saidi <saidi@eecs.umich.edu>2005-01-19 18:40:02 -0500
commit886f905785561372413ea95dc551a0f269e28bac (patch)
treed0cb28d1a130db3009f5ce97321a0c6610cd5f70 /util/stats/info.py
parent3040d2a9feb0e1513e631859c4f32bb1a997a62e (diff)
downloadgem5-886f905785561372413ea95dc551a0f269e28bac.tar.xz
added total bytes/bandwidth/packets formulas to nics
cleaned up stability code and wrote some better help for stats.py fixed sample bug in info.py dev/ns_gige.cc: dev/ns_gige.hh: dev/sinic.cc: dev/sinic.hh: add total bandwidth/packets/bytes stats util/stats/info.py: fixed samples bug util/stats/stats.py: cleaned up stability code and wrote a bit better help --HG-- extra : convert_revision : cae06f4fac744d7a51ee0909f21f03509151ea8f
Diffstat (limited to 'util/stats/info.py')
-rw-r--r--util/stats/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stats/info.py b/util/stats/info.py
index 644c15264..fb46a2d55 100644
--- a/util/stats/info.py
+++ b/util/stats/info.py
@@ -307,7 +307,7 @@ class Scalar(Statistic,FormulaStat):
class Vector(Statistic,FormulaStat):
def getValue(self):
- return source.data(self, self.bins);
+ return source.data(self, self.bins, self.ticks);
def display(self):
import display