nate's reset stuff merged with my work on bin printing.
authorLisa Hsu <hsul@eecs.umich.edu>
Wed, 22 Oct 2003 04:29:45 +0000 (00:29 -0400)
committerLisa 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

index 2f52314b9e1695c08dc902c105bf403e770fd90a,a564ce4be3f89b71635f1e67233424b3af727e89..a2734cf37415d081c82ff33918befb59ae3bdb58
@@@ -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()