#include <COP2_DebugTiming.h>
Public Member Functions | |
| COP2_DebugTimingNode (const char *nodepath) | |
| void | addCookTime (double time) |
| void | print (ostream &os) const |
Public Attributes | |
| UT_String | myNodePath |
| int | myNumCooks |
| double | myTotalCookTime |
| double | myMinCookTime |
| double | myMaxCookTime |
Definition at line 35 of file COP2_DebugTiming.h.
| COP2_DebugTimingNode::COP2_DebugTimingNode | ( | const char * | nodepath | ) | [inline] |
Definition at line 38 of file COP2_DebugTiming.h.
| void COP2_DebugTimingNode::addCookTime | ( | double | time | ) | [inline] |
Definition at line 46 of file COP2_DebugTiming.h.
| void COP2_DebugTimingNode::print | ( | ostream & | os | ) | const [inline] |
Definition at line 62 of file COP2_DebugTiming.h.
Definition at line 77 of file COP2_DebugTiming.h.
Definition at line 76 of file COP2_DebugTiming.h.
Definition at line 73 of file COP2_DebugTiming.h.
Definition at line 74 of file COP2_DebugTiming.h.
Definition at line 75 of file COP2_DebugTiming.h.
1.5.9