#include <COP2_DebugTiming.h>
Public Member Functions | |
| COP2_DebugTimingTable () | |
| ~COP2_DebugTimingTable () | |
| void | addCopTiming (OP_Node *copnode, double time) |
| void | printTable (ostream &os) |
Public Attributes | |
| UT_SymbolTable | myTable |
| UT_Lock | myTableLock |
| double | myTotal |
Definition at line 106 of file COP2_DebugTiming.h.
| COP2_DebugTimingTable::COP2_DebugTimingTable | ( | ) | [inline] |
Definition at line 109 of file COP2_DebugTiming.h.
| COP2_DebugTimingTable::~COP2_DebugTimingTable | ( | ) | [inline] |
Definition at line 110 of file COP2_DebugTiming.h.
| void COP2_DebugTimingTable::addCopTiming | ( | OP_Node * | copnode, | |
| double | time | |||
| ) | [inline] |
Definition at line 115 of file COP2_DebugTiming.h.
| void COP2_DebugTimingTable::printTable | ( | ostream & | os | ) | [inline] |
Definition at line 141 of file COP2_DebugTiming.h.
Definition at line 152 of file COP2_DebugTiming.h.
Definition at line 153 of file COP2_DebugTiming.h.
Definition at line 154 of file COP2_DebugTiming.h.
1.5.9