Get rid of the Statistics and Statreset ParamContexts, and
authorNathan Binkert <binkertn@umich.edu>
Sun, 18 Feb 2007 06:52:32 +0000 (22:52 -0800)
committerNathan Binkert <binkertn@umich.edu>
Sun, 18 Feb 2007 06:52:32 +0000 (22:52 -0800)
commite94103397c58ffe05d4c5c7f536edabfb1d6861b
tree9109a4c2f22b3681c48ab6047c3223e70297db12
parent01f32efa4b3c25ad6323ec3e76d756b442a8f419
Get rid of the Statistics and Statreset ParamContexts, and
expose all of the relevant functionality to python.  Clean
up the mysql code while we're at it.

--HG--
extra : convert_revision : 5b711202a5a452b8875ebefb136a156b65c24279
16 files changed:
src/SConscript
src/base/statistics.hh
src/base/stats/mysql.cc
src/base/stats/mysql.hh
src/base/stats/output.cc [new file with mode: 0644]
src/base/stats/text.cc
src/base/stats/text.hh
src/python/SConscript
src/python/m5/main.py
src/python/m5/objects/Root.py
src/python/swig/stats.i [new file with mode: 0644]
src/sim/main.cc
src/sim/pseudo_inst.cc
src/sim/serialize.cc
src/sim/stat_control.cc
src/sim/stat_control.hh