Package net.minecraft.util.profiler
Class EmptyProfileResult
java.lang.Object
net.minecraft.util.profiler.EmptyProfileResult
- All Implemented Interfaces:
ProfileResult
public class EmptyProfileResult extends Object implements ProfileResult
-
Field Summary
Fields Modifier and Type Field Description static EmptyProfileResult
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
EmptyProfileResult()
-
Method Summary
Modifier and Type Method Description int
getEndTick()
long
getEndTime()
int
getStartTick()
long
getStartTime()
List<ProfilerTiming>
getTimings(String parentPath)
boolean
save(File file)
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.profiler.ProfileResult
getTickSpan, getTimeSpan
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyProfileResult
private EmptyProfileResult()
-
-
Method Details
-
getTimings
- Specified by:
getTimings
in interfaceProfileResult
-
save
- Specified by:
save
in interfaceProfileResult
-
getStartTime
public long getStartTime()- Specified by:
getStartTime
in interfaceProfileResult
-
getStartTick
public int getStartTick()- Specified by:
getStartTick
in interfaceProfileResult
-
getEndTime
public long getEndTime()- Specified by:
getEndTime
in interfaceProfileResult
-
getEndTick
public int getEndTick()- Specified by:
getEndTick
in interfaceProfileResult
-