Package net.minecraft.util.profiler
Interface ProfileResult
- All Known Implementing Classes:
EmptyProfileResult,ProfileResultImpl
public interface ProfileResult
-
Method Summary
Modifier and Type Method Description intgetEndTick()longgetEndTime()static StringgetHumanReadableName(String path)intgetStartTick()longgetStartTime()default intgetTickSpan()default longgetTimeSpan()List<ProfilerTiming>getTimings(String parentPath)booleansave(File file)
-
Method Details
-
getTimings
-
save
-
getStartTime
long getStartTime() -
getStartTick
int getStartTick() -
getEndTime
long getEndTime() -
getEndTick
int getEndTick() -
getTimeSpan
default long getTimeSpan() -
getTickSpan
default int getTickSpan() -
getHumanReadableName
-