Review Board 2.0.15


stats: Add documentation to the python statistics system

Review Request #1636 - Created Jan. 15, 2013 and updated

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9510:a32b2d4dcb49
---------------------------
stats: Add documentation to the python statistics system

Adds documentation to the python statistics which previously had
almost no documentation. This documentation is in doxygen style and is
therefore included in the standard doxygen documentation for gem5. The
path to the python stats system has been included in the doxygen
search path.
Ran a number of simulations

Issue Summary

2 1 1 0
Review request changed
Updated (Jan. 28, 2013, 6:13 p.m.)

Summary:

-stats: Add documentation and bug fixes to the python statistics
+stats: Add documentation to the python statistics system

Description:

~  

Changeset 9489:73ffb931b216

  ~

Changeset 9510:a32b2d4dcb49

   
~  

stats: Add documentation and bug fixes to the python statistics

  ~

stats: Add documentation to the python statistics system

   
~  

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
  ~

Adds documentation to the python statistics which previously had

  ~ almost no documentation. This documentation is in doxygen style and is
  ~ therefore included in the standard doxygen documentation for gem5. The
  ~ path to the python stats system has been included in the doxygen
  ~ search path.

-   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.

Diff:

Revision 2 (+442 -11)

Show changes