Implement reset for stats.
authorNathan Binkert <binkertn@umich.edu>
Tue, 21 Oct 2003 03:08:27 +0000 (23:08 -0400)
committerNathan Binkert <binkertn@umich.edu>
Tue, 21 Oct 2003 03:08:27 +0000 (23:08 -0400)
commit02bacb2dfdfcb3161f8fbada4bf3108566989fcd
treef3db2a424695f8634fdc70e51e35c21a0721f306
parentdf488c0e70eb827d895c12aba85d5de168505b02
Implement reset for stats.

base/statistics.cc:
base/statistics.hh:
    Implement a reset for for the statistics package.
    This will cause all stats to be set to their default value.
    Only the currently enabled bin will be reset.
test/Makefile:
    Make tests work again now that we're naming include dirs
    explicitly
test/stattest.cc:
    test reset

--HG--
extra : convert_revision : 8d21cedf6ee91ed0a2412042ea5cb12f79b90eb3
base/statistics.cc
base/statistics.hh
test/Makefile
test/stattest.cc