net.minecraft.util.profiler

public class Profiler

xq
net.minecraft.unmapped.C_27154081
net.minecraft.util.profiler.Profiler
net.minecraft.profiler.Profiler

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
f_23421638
LOGGER
field_151234_b
private final List<String>
b
f_43936642
locations
field_76325_b
private final List<Long>
c
f_35238359
times
field_76326_c
private boolean
d
f_19273817
profiling
field_76327_a
private String
e
f_26864621
currentLocation
field_76323_d
private final Map<String, Long>
f
f_74697341
timesByLocation
field_76324_e
private long
g
f_31070989
lastResetTimeNanos
field_199099_g
private int
h
f_97947173
lastResetTicks
field_199100_h

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a()
m_25288077()
isProfiling()
func_199094_a()
public void
b()
m_10313475()
stop()
func_199098_b()
public long
c()
m_03303271()
getLastResetTimeNanos()
func_199097_c()
public int
d()
m_23867448()
getLastResetTicks()
func_199096_d()
public void
a(int arg0)
m_10254355(int arg0)
reset(int ticks)
func_199095_a(int arg0)
public void
a(String arg0)
m_31706472(String arg0)
push(String location)
func_76320_a(String arg0)
public void
a(Supplier<String> arg0)
m_62715249(Supplier<String> arg0)
push(Supplier<String> location)
func_194340_a(Supplier<String> arg0)
public void
e()
m_05582507()
pop()
func_76319_b()
public List<Profiler$Result>
b(String arg0)
m_90600291(String arg0)
getResults(String location)
func_76321_b(String arg0)
public void
c(String arg0)
m_00042816(String arg0)
swap(String location)
func_76318_c(String arg0)
public String
f()
m_17901965()
getCurrentLocation()
func_76322_c()
public void
b(Supplier<String> arg0)
m_65535486(Supplier<String> arg0)
swap(Supplier<String> location)
func_194339_b(Supplier<String> arg0)