summaryrefslogtreecommitdiff
path: root/base/statistics.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2003-12-23 21:45:48 -0500
committerNathan Binkert <binkertn@umich.edu>2003-12-23 21:45:48 -0500
commit8f912297abc4d6ff21e77eba474ef315658c3630 (patch)
treea73d67d9c2ae130938ec733f4ff5317f3b3a085e /base/statistics.hh
parent42621e497dc6abe90dced3e753260270eed358da (diff)
downloadgem5-8f912297abc4d6ff21e77eba474ef315658c3630.tar.xz
- Allow the stats package user to determine in which mode to dump
- Factor out the formatted output into a display function - Make the stats package support tracing - Clean up output of binned data base/statistics.cc: - Factor out the formatted output into a display function and pass in the mode - Make the stats package support tracing - Clean up output of binned data - Get rid of the list of binned stats and the map of bins since it is no longer needed for output base/statistics.hh: - Allow the stats package user to determine in which mode to dump --HG-- extra : convert_revision : a1d5fc728f4dc22a851d58ea89d44018a94a64c7
Diffstat (limited to 'base/statistics.hh')
-rw-r--r--base/statistics.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/statistics.hh b/base/statistics.hh
index 3fc019edc..6013c74e7 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -2956,7 +2956,7 @@ class Temp
*/
void check();
-void dump(std::ostream &stream);
+void dump(std::ostream &stream, DisplayMode mode = mode_simplescalar);
void reset();
void registerResetCallback(Callback *cb);