projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a7c88ad
66f115a
)
nate's reset stuff merged with my work on bin printing.
author
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 22 Oct 2003 04:29:45 +0000
(
00:29
-0400)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 22 Oct 2003 04:29:45 +0000
(
00:29
-0400)
--HG--
extra : convert_revision :
438c94c90bfb3caffec461ad2c14b266cdf61494
1
2
base/statistics.cc
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
base/statistics.cc
index 2f52314b9e1695c08dc902c105bf403e770fd90a,a564ce4be3f89b71635f1e67233424b3af727e89..a2734cf37415d081c82ff33918befb59ae3bdb58
---
1
/
base/statistics.cc
---
2
/
base/statistics.cc
+++ b/
base/statistics.cc
@@@
-144,9
-147,9
+148,10
@@@
class Databas
StatData *find(const Stat *stat);
void check();
+ void reset();
void regStat(Stat *stat);
StatData *print(Stat *stat);
+ void regBin(BinBase *bin, std::string name);
};
Database::Database()