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, wait
decodePath, nanoTime, ticksSpend
public static final EmptyProfileResult INSTANCE
public java.util.List<DataPoint> getDataPoints(java.lang.String sectionPath)
getDataPoints
in interface IProfileResult
public boolean writeToFile(java.io.File p_219919_1_)
writeToFile
in interface IProfileResult
public long timeStop()
timeStop
in interface IProfileResult
public int ticksStop()
ticksStop
in interface IProfileResult
public long timeStart()
timeStart
in interface IProfileResult
public int ticksStart()
ticksStart
in interface IProfileResult