public class EmptyProfileResult extends java.lang.Object implements IProfileResult
Modifier and Type | Field and Description |
---|---|
static EmptyProfileResult |
field_219926_a |
Constructor and Description |
---|
EmptyProfileResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format() |
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
func_225434_b, nanoTime, ticksSpend
public static final EmptyProfileResult field_219926_a
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
public java.lang.String format()
format
in interface IProfileResult