|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StopWatch
Instrumentation tool to compute resource consumption of some code fragment execution.
StopWatch implementation is supposed not to be thread-safe and to be a one-shot tool. Don't share it beetween threads, don't try to reuse it.
| Method Summary | |
|---|---|
long |
getElapsedTime()
|
StopWatch |
stop()
|
| Method Detail |
|---|
long getElapsedTime()
StopWatch stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||