projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459fe3f
)
Fixes for the new stats in SegmentedIQ
author
Steve Raasch
<sraasch@umich.edu>
Tue, 14 Oct 2003 21:05:42 +0000
(17:05 -0400)
committer
Steve Raasch
<sraasch@umich.edu>
Tue, 14 Oct 2003 21:05:42 +0000
(17:05 -0400)
base/statistics.hh:
Put a commented-out #define for STAT_DEBUG
--HG--
extra : convert_revision :
7c2decc9dac7c3c9d867461d2e0f1970f3ca0733
base/statistics.hh
patch
|
blob
|
history
diff --git
a/base/statistics.hh
b/base/statistics.hh
index 10d59883643ffa97ac8336703709a091cebf69cb..4afdf239110900edeaee0c2dbf2a18a844c6ec0b 100644
(file)
--- a/
base/statistics.hh
+++ b/
base/statistics.hh
@@
-59,6
+59,12
@@
#include "sim/host.hh"
+//
+// Un-comment this to enable wierdo-stat debugging
+//
+// #define STAT_DEBUG
+
+
#ifndef NAN
float __nan();
/** Define Not a number. */