Modifier and Type | Class and Description |
---|---|
static interface |
DebugProfiler.IDebugResultEntry |
Constructor and Description |
---|
DebugProfiler(java.util.function.IntSupplier p_i50406_1_) |
Modifier and Type | Method and Description |
---|---|
void |
endSection() |
void |
endStartSection(java.lang.String name) |
void |
endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void |
endTick() |
DebugProfiler.IDebugResultEntry |
func_219899_d() |
void |
startSection(java.lang.String name) |
void |
startSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void |
startTick() |
public DebugProfiler.IDebugResultEntry func_219899_d()
public void startSection(java.lang.String name)
startSection
in interface IProfiler
public void startSection(java.util.function.Supplier<java.lang.String> nameSupplier)
startSection
in interface IProfiler
public void endSection()
endSection
in interface IProfiler
public void endStartSection(java.lang.String name)
endStartSection
in interface IProfiler
public void endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier)
endStartSection
in interface IProfiler