Package net.minecraft.util.profiler
Interface ProfileResult
- All Known Implementing Classes:
EmptyProfileResult
,ProfileResultImpl
public interface ProfileResult
-
Method Summary
Modifier and Type Method Description int
getEndTick()
long
getEndTime()
static String
getHumanReadableName(String path)
int
getStartTick()
long
getStartTime()
default int
getTickSpan()
default long
getTimeSpan()
List<ProfilerTiming>
getTimings(String parentPath)
boolean
save(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
-