Class Stopwatch
- java.lang.Object
-
- org.elasticsearch.common.inject.internal.Stopwatch
-
public class Stopwatch extends Object
Enables simple performance monitoring.- Author:
- crazybob@google.com (Bob Lee)
-
-
Constructor Summary
Constructors Constructor Description Stopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longreset()Resets and returns elapsed time in milliseconds.voidresetAndLog(String label)Resets and logs elapsed time in milliseconds.
-
-
-
Method Detail
-
reset
public long reset()
Resets and returns elapsed time in milliseconds.
-
resetAndLog
public void resetAndLog(String label)
Resets and logs elapsed time in milliseconds.
-
-