|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.common.StatisticTimer.OneTimeStep
public final class StatisticTimer.OneTimeStep
Inner Sampling Class.
| Method Summary | |
|---|---|
void |
end()
Finish the timing sample measurement of this very sample. |
long |
getElapsedTime()
Return the elapsed time since the start of this time step. |
long |
getFinalElapsedTime()
Returns the final elapsed time. |
long |
getStartTimeInNanoSeconds()
Returns the start time of this time step in nanoseconds. |
void |
setMeasuredTimeManually(long startTimeNanoSeconds,
long endTimeNanoSeconds)
Allows to manually define/set the measured time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void end()
public void setMeasuredTimeManually(long startTimeNanoSeconds,
long endTimeNanoSeconds)
startTimeNanoSeconds - The start time of the sample in nanoseconds.endTimeNanoSeconds - The end time of the sample in nanoseconds.public long getElapsedTime()
public long getStartTimeInNanoSeconds()
public long getFinalElapsedTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||