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, waitfunc_225434_b, nanoTime, ticksSpendpublic static final EmptyProfileResult field_219926_a
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 IProfileResultpublic java.lang.String format()
format in interface IProfileResult