Home
last modified time | relevance | path

Searched refs:childTotal (Results 1 – 1 of 1) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java160 long childTotal = 0; in sanityCheck() local
163 childTotal += ti.elapsedTime(); in sanityCheck()
172 if (totalElapsed < childTotal) { in sanityCheck()