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, waitgetHumanReadableName, getTickSpan, getTimeSpanpublic static final EmptyProfileResult INSTANCE
@Environment(value=CLIENT) public List<ProfilerTiming> getTimings(String parentPath)
getTimings in interface ProfileResultpublic boolean save(File file)
save in interface ProfileResultpublic long getStartTime()
getStartTime in interface ProfileResultpublic int getStartTick()
getStartTick in interface ProfileResultpublic long getEndTime()
getEndTime in interface ProfileResultpublic int getEndTick()
getEndTick in interface ProfileResult