----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1636/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9489:73ffb931b216 --------------------------- stats: Add documentation and bug fixes to the python statistics Adds doxygen parsable documentation to the python statistics which previously had almost no documentation. Functionality has been changed such that the stats.txt is not appended to, but is instead overwritten to bring it inline with the C++-based stats dumps. The first stats dump will overwrite stats.txt should it exist, whereas subsequent dumps append to the file. The totals for formulas were previously not being calculated correctly, and are now calculated using ASTs. This ensures that the operations are evaluated in the correct order. Diffs ----- src/Doxyfile 5532a1642108 src/python/m5/stats/__init__.py 5532a1642108 src/python/m5/stats/context.py PRE-CREATION src/python/m5/stats/display.py PRE-CREATION src/python/m5/stats/info.py PRE-CREATION Diff: http://reviews.gem5.org/r/1636/diff/ Testing ------- Ran a number of simulations Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
