class DebugProfiler.DebugResultEntryImpl extends java.lang.Object implements DebugProfiler.IDebugResultEntry
Modifier and Type | Field and Description |
---|---|
protected IResultableProfiler |
profiler |
Modifier | Constructor and Description |
---|---|
private |
DebugResultEntryImpl() |
Modifier and Type | Method and Description |
---|---|
IProfileResult |
disable() |
void |
enable() |
IProfileResult |
getResults() |
boolean |
isEnabled() |
protected IResultableProfiler profiler
public boolean isEnabled()
isEnabled
in interface DebugProfiler.IDebugResultEntry
public IProfileResult disable()
disable
in interface DebugProfiler.IDebugResultEntry
public IProfileResult getResults()
getResults
in interface DebugProfiler.IDebugResultEntry
public void enable()
enable
in interface DebugProfiler.IDebugResultEntry