public class EmptyProfileResult extends Object implements ProfileResult
Modifier and Type | Field and Description |
---|---|
static EmptyProfileResult |
INSTANCE |
Modifier | Constructor and Description |
---|---|
private |
EmptyProfileResult() |
Modifier and Type | Method and Description |
---|---|
int |
getEndTick() |
long |
getEndTime() |
int |
getStartTick() |
long |
getStartTime() |
List<ProfilerTiming> |
getTimings(String parentPath) |
boolean |
save(File file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHumanReadableName, getTickSpan, getTimeSpan
public static final EmptyProfileResult INSTANCE
@Environment(value=CLIENT) public List<ProfilerTiming> getTimings(String parentPath)
getTimings
in interface ProfileResult
public boolean save(File file)
save
in interface ProfileResult
public long getStartTime()
getStartTime
in interface ProfileResult
public int getStartTick()
getStartTick
in interface ProfileResult
public long getEndTime()
getEndTime
in interface ProfileResult
public int getEndTick()
getEndTick
in interface ProfileResult