Home | Trees | Indices | Help |
---|
|
1 """ 2 Class that implements the common functionality for reporting the usage of a run 3 """ 46 """ The class that reports the resource usage 7 """ 82010 self.ensureGeneralOptions() 11 self.generalOpts.add_option("--report-usage", 12 action="store_true", 13 default=False, 14 dest="reportUsage", 15 help="After the execution the maximum memory usage is printed to the screen")16
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jun 9 23:05:20 2010 | http://epydoc.sourceforge.net |