Searched refs:buildStopWatchString (Results 1 – 1 of 1) sorted by relevance
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | Profiler.java | 237 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, (StopWatch) child); in buildProfilerString() 242 buildStopWatchString(buf, du, ELAPSED_TIME, indentation, profiler.globalStopWatch); in buildProfilerString() 245 buildStopWatchString(buf, du, label, indentation, globalStopWatch); in buildProfilerString() 249 …private static void buildStopWatchString(StringBuilder buf, DurationUnit du, String prefix, String… in buildStopWatchString() method in Profiler
|