net.minecraft.util.profiling

public class ActiveProfiler

implements ProfileCollector

anp
net.minecraft.util.profiling.ActiveProfiler
net.minecraft.class_3533
net.minecraft.util.profiler.ProfilerSystem
net.minecraft.profiler.Profiler
net.minecraft.server.v1_16_R3.MethodProfiler

Field summary

Modifier and TypeField
private static final long
a
WARNING_TIME_NANOS
field_16267
TIMEOUT_NANOSECONDS
field_219907_a
private static final org.apache.logging.log4j.Logger
b
LOGGER
field_15735
LOGGER
field_151234_b
private final List<String>
c
paths
field_15736
path
field_76325_b
private final it.unimi.dsi.fastutil.longs.LongList
d
startTimes
field_15730
timeList
field_76326_c
private final Map<String, ActiveProfiler$PathEntry>
e
entries
field_21818
locationInfos
field_230078_e_
private final IntSupplier
f
getTickTime
field_16266
endTickGetter
field_219912_f
private final LongSupplier
g
getRealTime
field_21961
timeGetter
field_233501_g_
private final long
h
startTimeNano
field_15732
startTime
field_219913_g
private final int
i
startTimeTicks
field_15729
startTick
field_219914_h
private String
j
path
field_15734
location
field_219915_i
private boolean
k
started
field_15733
tickStarted
field_219916_j
private ActiveProfiler$PathEntry
l
currentEntry
field_21819
currentInfo
field_230079_k_
private final boolean
m
warn
field_20345
checkTimeout
field_226230_l_

Constructor summary

ModifierConstructor
public (LongSupplier timeGetter, IntSupplier tickGetter, boolean checkTimeout)

Method summary

Modifier and TypeMethod
public void
a()
startTick()
method_16065()
startTick()
func_219894_a()
public void
b()
endTick()
method_16066()
endTick()
func_219897_b()
public void
a(String arg0)
push(String arg0)
method_15396(String arg0)
push(String arg0)
func_76320_a(String arg0)
enter(String arg0)
public void
a(Supplier<String> arg0)
push(Supplier<String> arg0)
method_15400(Supplier<String> arg0)
push(Supplier<String> arg0)
func_194340_a(Supplier<String> arg0)
public void
c()
pop()
method_15407()
pop()
func_76319_b()
exit()
public void
b(String arg0)
popPush(String arg0)
method_15405(String arg0)
swap(String arg0)
func_219895_b(String arg0)
exitEnter(String arg0)
private ActiveProfiler$PathEntry
e()
getCurrentEntry()
method_24246()
getCurrentInfo()
func_230081_e_()
public void
c(String arg0)
incrementCounter(String arg0)
method_24270(String arg0)
visit(String arg0)
func_230035_c_(String arg0)
public void
c(Supplier<String> arg0)
incrementCounter(Supplier<String> arg0)
method_24271(Supplier<String> arg0)
visit(Supplier<String> arg0)
func_230036_c_(Supplier<String> arg0)
public ProfileResults
d()
getResults()
method_16064()
getResult()
func_219905_d()
public void
b(Supplier<String> arg0)
popPush(Supplier<String> arg0)
method_15403(Supplier<String> arg0)
swap(Supplier<String> arg0)
func_194339_b(Supplier<String> arg0)