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