Package net.minecraft.profiler
Class EmptyProfileResult
- java.lang.Object
-
- net.minecraft.profiler.EmptyProfileResult
-
- All Implemented Interfaces:
IProfileResult
public class EmptyProfileResult extends java.lang.Object implements IProfileResult
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyProfileResultEMPTY
-
Constructor Summary
Constructors Modifier Constructor Description privateEmptyProfileResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEndTimeNano()intgetEndTimeTicks()longgetStartTimeNano()intgetStartTimeTicks()java.util.List<DataPoint>getTimes(java.lang.String p_219917_1_)booleansaveResults(java.io.File p_219919_1_)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.profiler.IProfileResult
getNanoDuration, getTickDuration
-
-
-
-
Field Detail
-
EMPTY
public static final EmptyProfileResult EMPTY
-
-
Method Detail
-
getTimes
public java.util.List<DataPoint> getTimes(java.lang.String p_219917_1_)
- Specified by:
getTimesin interfaceIProfileResult
-
saveResults
public boolean saveResults(java.io.File p_219919_1_)
- Specified by:
saveResultsin interfaceIProfileResult
-
getStartTimeNano
public long getStartTimeNano()
- Specified by:
getStartTimeNanoin interfaceIProfileResult
-
getStartTimeTicks
public int getStartTimeTicks()
- Specified by:
getStartTimeTicksin interfaceIProfileResult
-
getEndTimeNano
public long getEndTimeNano()
- Specified by:
getEndTimeNanoin interfaceIProfileResult
-
getEndTimeTicks
public int getEndTimeTicks()
- Specified by:
getEndTimeTicksin interfaceIProfileResult
-
-