Package net.minecraft.util.profiling
Class EmptyProfileResults
java.lang.Object
net.minecraft.util.profiling.EmptyProfileResults
- All Implemented Interfaces:
- ProfileResults
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.profiling.ProfileResultsPATH_SEPARATOR
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiling.ProfileResultsgetNanoDuration, getTickDuration
- 
Field Details- 
EMPTY
 
- 
- 
Constructor Details- 
EmptyProfileResultsprivate EmptyProfileResults()
 
- 
- 
Method Details- 
getTimes- Specified by:
- getTimesin interface- ProfileResults
 
- 
saveResults- Specified by:
- saveResultsin interface- ProfileResults
 
- 
getStartTimeNanopublic long getStartTimeNano()- Specified by:
- getStartTimeNanoin interface- ProfileResults
 
- 
getStartTimeTickspublic int getStartTimeTicks()- Specified by:
- getStartTimeTicksin interface- ProfileResults
 
- 
getEndTimeNanopublic long getEndTimeNano()- Specified by:
- getEndTimeNanoin interface- ProfileResults
 
- 
getEndTimeTickspublic int getEndTimeTicks()- Specified by:
- getEndTimeTicksin interface- ProfileResults
 
- 
getProfilerResults- Specified by:
- getProfilerResultsin interface- ProfileResults
 
 
-