Class OProfilerEntry
java.lang.Object
com.orientechnologies.common.profiler.OProfilerEntry
Contains the profiling data abount timing.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatlonglonglonggetLast()longlonglonglonggetMax()longgetMin()getName()longgetTotal()getUsers()voidinternalUpdate(long value) protected voidreset()voidresettableUpdate(long value, int resetTime) toJSON()voidtoJSON(StringBuilder buffer) toString()void
-
Constructor Details
-
OProfilerEntry
-
-
Method Details
-
toDocument
-
toSnapshot
-
toJSON
-
toJSON
-
toString
-
getUsers
-
addUser
-
getLastReset
public long getLastReset() -
getLastResetEntries
public long getLastResetEntries() -
getPayLoad
-
getLastExecution
public long getLastExecution() -
getFirstExecution
public long getFirstExecution() -
getTotal
public long getTotal() -
getAverage
public float getAverage() -
getMax
public long getMax() -
getMin
public long getMin() -
getLast
public long getLast() -
getEntries
public long getEntries() -
getName
-
update
-
internalUpdate
public void internalUpdate(long value) -
resettableUpdate
public void resettableUpdate(long value, int resetTime) -
reset
protected void reset()
-