public class EmptyProfileResult extends java.lang.Object implements IProfileResult
| Modifier and Type | Field and Description |
|---|---|
static EmptyProfileResult |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
EmptyProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataPoint> |
getDataPoints(java.lang.String sectionPath) |
int |
ticksStart() |
int |
ticksStop() |
long |
timeStart() |
long |
timeStop() |
boolean |
writeToFile(java.io.File p_219919_1_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodePath, nanoTime, ticksSpendpublic static final EmptyProfileResult INSTANCE
public java.util.List<DataPoint> getDataPoints(java.lang.String sectionPath)
getDataPoints in interface IProfileResultpublic boolean writeToFile(java.io.File p_219919_1_)
writeToFile in interface IProfileResultpublic long timeStop()
timeStop in interface IProfileResultpublic int ticksStop()
ticksStop in interface IProfileResultpublic long timeStart()
timeStart in interface IProfileResultpublic int ticksStart()
ticksStart in interface IProfileResult