Package | Description |
---|---|
net.minecraft.profiler | |
net.minecraft.resources |
Modifier and Type | Class and Description |
---|---|
class |
EmptyProfileResult |
class |
FilledProfileResult |
Modifier and Type | Method and Description |
---|---|
IProfileResult |
DebugProfiler.DebugResultEntryImpl.disable() |
IProfileResult |
DebugProfiler.IDebugResultEntry.disable() |
IProfileResult |
Profiler.getResults() |
IProfileResult |
IResultableProfiler.getResults() |
IProfileResult |
EmptyProfiler.getResults() |
IProfileResult |
DebugProfiler.DebugResultEntryImpl.getResults() |
IProfileResult |
DebugProfiler.IDebugResultEntry.getResults() |
Modifier and Type | Field and Description |
---|---|
private IProfileResult |
DebugAsyncReloader.DataPoint.applyProfilerResult |
private IProfileResult |
DebugAsyncReloader.DataPoint.prepareProfilerResult |
Constructor and Description |
---|
DataPoint(java.lang.String p_i50542_1_,
IProfileResult prepareProfResult,
IProfileResult applyProfResult,
java.util.concurrent.atomic.AtomicLong prepareTime,
java.util.concurrent.atomic.AtomicLong applyTime) |