statistics.cc:
authorLisa Hsu <hsul@eecs.umich.edu>
Wed, 22 Oct 2003 13:45:39 +0000 (09:45 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Wed, 22 Oct 2003 13:45:39 +0000 (09:45 -0400)
change printf to be printed only when something is binned so regression doesn't freak out.

base/statistics.cc:
    change printf to be printed only when something is binned so regression doesn't freak out.

--HG--
extra : convert_revision : cb60128fc3ab605aa7e915c7c7512cf93b156c96

base/statistics.cc

index a2734cf37415d081c82ff33918befb59ae3bdb58..6593451c4967a5d8bf95070dfbed35c87a6450b9 100644 (file)
@@ -197,11 +197,11 @@ Database::dump(ostream &stream)
            ++j;
            ccprintf(stream, "---------------------------------\n");
         }
+        ccprintf(stream, "**************ALL STATS************\n");
     }
 
     list_t::iterator k = printStats.begin();
     list_t::iterator endprint = printStats.end();
-    ccprintf(stream, "*****ALL STATS*****\n");
     while (k != endprint) {
         Stat *stat = *k;
         if (stat->dodisplay() && !stat->binned())