Package | Description |
---|---|
org.forgerock.openig.log |
Facility for logging and real-time performance monitoring.
|
Modifier and Type | Method and Description |
---|---|
LogTimer |
Logger.getTimer()
Returns a new timer to measure elapsed time.
|
LogTimer |
Logger.getTimer(String event)
Returns a new timer to measure elapsed time for a specified event.
|
LogTimer |
LogTimer.pause()
Mark the beginning of a pause in the current timer.
|
LogTimer |
LogTimer.resume()
Mark the end of a pause in the current timer (sum up all of the pauses lengths).
|
LogTimer |
LogTimer.start()
Starts the timer.
|
Copyright © 2014 ForgeRock AS. All rights reserved.