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
This commit is contained in:
Nathan Binkert
2007-02-17 22:52:32 -08:00
parent 01f32efa4b
commit e94103397c
16 changed files with 278 additions and 168 deletions

View File

@@ -110,6 +110,7 @@ swig_it('main')
swig_it('debug')
swig_it('event')
swig_it('random')
swig_it('stats')
swig_it('trace')
# Action function to build the zip archive. Uses the PyZipFile module