Modifier and Type | Class and Description |
---|---|
(package private) class |
DebugProfiler.DebugResultEntryImpl |
static interface |
DebugProfiler.IDebugResultEntry |
Modifier and Type | Field and Description |
---|---|
private DebugProfiler.DebugResultEntryImpl |
fixedProfiler |
private static org.apache.logging.log4j.Logger |
LOGGER |
private static long |
MAX_TICK_TIME_NS |
private java.util.function.IntSupplier |
tickCounter |
private DebugProfiler.DebugResultEntryImpl |
tickProfiler |
Constructor and Description |
---|
DebugProfiler(java.util.function.IntSupplier tickCounterIn) |
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() |
void |
func_230035_c_(java.lang.String p_230035_1_) |
void |
func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_) |
DebugProfiler.IDebugResultEntry |
getFixedProfiler() |
void |
startSection(java.lang.String name) |
void |
startSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void |
startTick() |
private static final org.apache.logging.log4j.Logger LOGGER
private static final long MAX_TICK_TIME_NS
private final java.util.function.IntSupplier tickCounter
private final DebugProfiler.DebugResultEntryImpl fixedProfiler
private final DebugProfiler.DebugResultEntryImpl tickProfiler
public DebugProfiler.IDebugResultEntry getFixedProfiler()
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
public void func_230035_c_(java.lang.String p_230035_1_)
func_230035_c_
in interface IProfiler
public void func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_)
func_230036_c_
in interface IProfiler