HDK
|
#include <COP2_DebugTiming.h>
Public Member Functions | |
COP2_DebugTimingTable () | |
~COP2_DebugTimingTable () | |
void | addCop2Timing (OP_Node *cop2node, double time) |
void | printTable (std::ostream &os) |
Public Attributes | |
UT_SymbolMap < COP2_DebugTimingNode * > | myTable |
UT_Lock | myTableLock |
double | myTotal |
Definition at line 97 of file COP2_DebugTiming.h.
|
inline |
Definition at line 100 of file COP2_DebugTiming.h.
|
inline |
Definition at line 101 of file COP2_DebugTiming.h.
Definition at line 106 of file COP2_DebugTiming.h.
|
inline |
Definition at line 126 of file COP2_DebugTiming.h.
UT_SymbolMap<COP2_DebugTimingNode *> COP2_DebugTimingTable::myTable |
Definition at line 137 of file COP2_DebugTiming.h.
UT_Lock COP2_DebugTimingTable::myTableLock |
Definition at line 138 of file COP2_DebugTiming.h.
double COP2_DebugTimingTable::myTotal |
Definition at line 139 of file COP2_DebugTiming.h.