org.slf4j.profiler
public class StopWatch extends Object implements TimeInstrument
Constructor Summary | |
---|---|
StopWatch(String name) |
Method Summary | |
---|---|
long | elapsedTime() |
String | getName() |
TimeInstrumentStatus | getStatus() |
void | log() |
void | print() |
void | start(String name) |
TimeInstrument | stop() |
StopWatch | stop(long stopTime) |