Improve python output support
authorNathan Binkert <binkertn@umich.edu>
Sun, 28 Dec 2003 17:48:13 +0000 (12:48 -0500)
committerNathan Binkert <binkertn@umich.edu>
Sun, 28 Dec 2003 17:48:13 +0000 (12:48 -0500)
commit9dcfdce732260895096b8c5d439c8ed8efb2c47e
treefc24007a37f07c306355a521e51ce06449a67ca2
parent85d75e6dfca7a97e19e4407ff0d76e313daa848e
Improve python output support
fix some bugs

base/statistics.cc:
    -  Move the python dump stream stuff into the statistics package
    because it needs more control over the file when there
    are multiple dumps
    -  add a subname to the output
    -  make all of the stats a list instead of variable arguments to
    get around the 255 argument limit
    -  the description needs to be triple quoted
    -  avoid errors for formulas that don't have any root element
    set up.
base/statistics.hh:
    -  get rid of mode_python and just separate python dumping from
    regular stats dumping
    -  fix a huge bug that made a Formula use a VectorData instead
    of a FormulaData

--HG--
extra : convert_revision : 7303cff3ccdcc3d306ab17375219fc7fecac7e5e
base/statistics.cc
base/statistics.hh