projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a5df5
)
statistics.hh:
author
Lisa Hsu
<hsul@eecs.umich.edu>
Sat, 1 Nov 2003 23:17:46 +0000
(18:17 -0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Sat, 1 Nov 2003 23:17:46 +0000
(18:17 -0500)
add enum to Bin::VectorBin
base/statistics.hh:
add enum to Bin::VectorBin
--HG--
extra : convert_revision :
a05aef30ca85bf5c0d1f5155e1dff3fb34fd7777
base/statistics.hh
patch
|
blob
|
history
diff --git
a/base/statistics.hh
b/base/statistics.hh
index 056adea57fb52d1ae17f3be4e7403c3851b32603..db08f14f73556cf7d9f006632445d2a811de6ce2 100644
(file)
--- a/
base/statistics.hh
+++ b/
base/statistics.hh
@@
-2277,6
+2277,7
@@
struct StatBin : public GenBin
int _size;
public:
+ enum { binned = true };
VectorBin() : _size(0) {}
bool initialized() const { return _size > 0; }