Home | Trees | Indices | Help |
---|
|
1 """ 2 Class that implements the common functionality for reporting the usage of a run 3 """ 4 5 from PyFoam.ThirdParty.six import print_ 68 """ The class that reports the resource usage 9 """ 1022 23 # Should work with Python3 and Python2 2412 self.ensureGeneralOptions() 13 self.generalOpts.add_option("--report-usage", 14 action="store_true", 15 default=False, 16 dest="reportUsage", 17 help="After the execution the maximum memory usage is printed to the screen")18
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 24 20:56:41 2014 | http://epydoc.sourceforge.net |