Uses of Class
org.slf4j.profiler.StopWatch
-
Packages that use StopWatch Package Description org.slf4j.profiler Poor man's profiler API -
-
Uses of StopWatch in org.slf4j.profiler
Fields in org.slf4j.profiler declared as StopWatch Modifier and Type Field Description (package private) StopWatch
Profiler. globalStopWatch
Methods in org.slf4j.profiler that return StopWatch Modifier and Type Method Description StopWatch
Profiler. getCopyOfGlobalStopWatch()
Return a copy of the global stopwatch of this Profiler instance.StopWatch
StopWatch. stop(long stopTime)
Methods in org.slf4j.profiler with parameters of type StopWatch Modifier and Type Method Description private static void
Profiler. buildStopWatchString(java.lang.StringBuilder buf, DurationUnit du, java.lang.String prefix, java.lang.String indentation, StopWatch sw)
(package private) static java.lang.String
Util. durationInDurationUnitsAsStr(java.lang.StringBuilder buf, StopWatch sw)
(package private) static DurationUnit
Util. selectDurationUnitForDisplay(StopWatch sw)
Constructors in org.slf4j.profiler with parameters of type StopWatch Constructor Description StopWatch(StopWatch original)
-