Make each stat take up one full line. This allows us to use grep
authorNathan Binkert <binkertn@umich.edu>
Thu, 15 Jan 2004 21:33:58 +0000 (16:33 -0500)
committerNathan Binkert <binkertn@umich.edu>
Thu, 15 Jan 2004 21:33:58 +0000 (16:33 -0500)
commitc9f2aa8c1888aef0f383bdda0ce6d7d7b5a0c7fc
treeed868f2fced2df68be3f47237dcdeb04f3a3882e
parent81575e74e7a22a244df62cd998ba337ed6cdc2f2
Make each stat take up one full line.  This allows us to use grep
to find and remove stats from the files so we can put less
burden on the python interpreter.

base/statistics.cc:
    Manually insert newlines into the python code so that we now have one
    stat per line.  (Make it so we can use grep -v to remove stats)
test/stattest.cc:
    update to reflect changes in how python is accessed

--HG--
extra : convert_revision : 554edcf9c795b33d00d3d15554447c8accebebfa
base/statistics.cc
test/stattest.cc