net.minecraft.util.profiler

public class EmptyProfileResult

implements ProfileResult

net.minecraft.util.profiling.EmptyProfileResults
net.minecraft.class_3688
net.minecraft.util.profiler.EmptyProfileResult

Field summary

Modifier and TypeField
public static final EmptyProfileResult
EMPTY
field_16265
INSTANCE

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public List<ProfilerTiming>
getTimes(String path)
method_16067(String arg0)
getTimings(String arg0)
public boolean
saveResults(Path file)
method_16069(Path arg0)
save(Path arg0)
public long
getStartTimeNano()
method_16068()
getStartTime()
public int
getStartTimeTicks()
method_16072()
getStartTick()
public long
getEndTimeNano()
method_16073()
getEndTime()
public int
getEndTimeTicks()
method_16070()
getEndTick()
public String
getProfilerResults()
method_34970()
getRootTimings()