Searched defs:globalStopWatch (Results 1 - 1 of 1) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DProfiler.java58 final StopWatch globalStopWatch; field in class:Profiler
69 this.globalStopWatch = new StopWatch(name);
138 return globalStopWatch.elapsedTime();
143 globalStopWatch.stop();
148 return globalStopWatch.status;
159 long totalElapsed = globalStopWatch.elapsedTime();
189 DurationUnit du = Util.selectDurationUnitForDisplay(globalStopWatch);
199 DurationUnit du = Util.selectDurationUnitForDisplay(globalStopWatch);
223 StopWatch copy = new StopWatch(globalStopWatch);
242 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, profiler.globalStopWatch);
[all...]

Completed in 142 milliseconds