|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Collect timing information. More...
Collect timing information.
Add an instance of this class to outputobjects to get timing information in a stat file.
Definition at line 119 of file pmi/tools.py.
Public Member Functions | |
| def | __init__ |
| Constructor. More... | |
| def IMP.pmi.tools.Stopwatch.__init__ | ( | self, | |
isdelta = True |
|||
| ) |
Constructor.
| isdelta | if True (the default) then report the time since the last use of this class; if False, report cumulative time. |
Definition at line 124 of file pmi/tools.py.