net.minecraft.util.profiler

public interface ProfileResult

net.minecraft.util.profiling.ProfileResults
net.minecraft.class_3696
net.minecraft.util.profiler.ProfileResult

Field summary

Modifier and TypeField
char
PATH_SEPARATOR
field_29924
SPLITTER_CHAR

Method summary

Modifier and TypeMethod
List<ProfilerTiming>
getTimes(String path)
method_16067(String arg0)
getTimings(String parentPath)
boolean
saveResults(Path file)
method_16069(Path arg0)
save(Path path)
long
getStartTimeNano()
method_16068()
getStartTime()
int
getStartTimeTicks()
method_16072()
getStartTick()
long
getEndTimeNano()
method_16073()
getEndTime()
int
getEndTimeTicks()
method_16070()
getEndTick()
default long
getNanoDuration()
method_16071()
getTimeSpan()
default int
getTickDuration()
method_16074()
getTickSpan()
String
getProfilerResults()
method_34970()
getRootTimings()
static String
demanglePath(String path)
method_21721(String arg0)
getHumanReadableName(String path)