|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apgrid.grpc.util.GrpcTimer
Provides the functions which measure the specified time.
You need to call start() at the start of measuring and need to call
getElapsedTime() at the end of measuring.
| Constructor Summary | |
GrpcTimer()
Creates GrpcTimer object and starts to measure. |
|
| Method Summary | |
double |
getElapsedTime()
Stops timer and Gets the elapsed time. |
void |
start()
Resets a timer and starts to measure. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GrpcTimer()
| Method Detail |
public double getElapsedTime()
public void start()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||