Package net.minecraft.util.profiling
Class EmptyProfileResults
java.lang.Object
net.minecraft.util.profiling.EmptyProfileResults
- All Implemented Interfaces:
ProfileResults
-
Field Summary
Fields inherited from interface net.minecraft.util.profiling.ProfileResults
PATH_SEPARATOR
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.util.profiling.ProfileResults
getNanoDuration, getTickDuration
-
Field Details
-
EMPTY
-
-
Constructor Details
-
EmptyProfileResults
private EmptyProfileResults()
-
-
Method Details
-
getTimes
- Specified by:
getTimes
in interfaceProfileResults
-
saveResults
- Specified by:
saveResults
in interfaceProfileResults
-
getStartTimeNano
public long getStartTimeNano()- Specified by:
getStartTimeNano
in interfaceProfileResults
-
getStartTimeTicks
public int getStartTimeTicks()- Specified by:
getStartTimeTicks
in interfaceProfileResults
-
getEndTimeNano
public long getEndTimeNano()- Specified by:
getEndTimeNano
in interfaceProfileResults
-
getEndTimeTicks
public int getEndTimeTicks()- Specified by:
getEndTimeTicks
in interfaceProfileResults
-
getProfilerResults
- Specified by:
getProfilerResults
in interfaceProfileResults
-