Modifier | Constructor and Description |
---|---|
private |
StopWatch.SimpleStopWatch() |
Modifier and Type | Method and Description |
---|---|
void |
stop(java.lang.String executedBusinessLogicName)
Determines current time, calculates the difference between calling this method and
StopWatch.start() method and the result will be written to the log (at info level). |
StopWatch
Determines current time, calculates the difference between calling this method and
StopWatch.start()
method and the result will be written to the log (at info level).
Logged message: Time spent in {0} is {1} ns. [Total measured time: {2} ns.]