public class DebugTimer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
DebugTimer.DebugTime |
| Constructor and Description |
|---|
DebugTimer(Debug.DebugLevel pDebugLevel,
java.lang.String pLabel) |
DebugTimer(java.lang.String pLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(java.lang.String pLabel) |
void |
clear() |
void |
dump() |
void |
dump(boolean pClear) |
void |
end() |
void |
split(java.lang.String pLabel) |
public DebugTimer(java.lang.String pLabel)
public DebugTimer(Debug.DebugLevel pDebugLevel, java.lang.String pLabel)