projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
347166d
)
Make binning work with stuff other than FS_MEASURE
author
Nathan Binkert
<binkertn@umich.edu>
Tue, 6 Jul 2004 23:22:39 +0000
(19:22 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Tue, 6 Jul 2004 23:22:39 +0000
(19:22 -0400)
--HG--
extra : convert_revision :
e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6
base/statistics.hh
patch
|
blob
|
history
diff --git
a/base/statistics.hh
b/base/statistics.hh
index bd1698ae7ed326435a78ea32f2d34edea8579475..f3b8a3922b93c8fa1243cd35d0f7eeec1559fce2 100644
(file)
--- a/
base/statistics.hh
+++ b/
base/statistics.hh
@@
-2184,7
+2184,7
@@
class SumNode : public Node
* binned. If the typedef is NoBin, nothing is binned. If it is
* MainBin, then all stats are binned under that Bin.
*/
-#if defined(FS_MEASURE)
+#if defined(FS_MEASURE)
|| defined(STATS_BINNING)
typedef MainBin DefaultBin;
#else
typedef NoBin DefaultBin;