Home
last modified time | relevance | path

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

/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java43 StopWatch gSW = profiler.globalStopWatch; in testSmoke() local
47 assertEquals(TimeInstrumentStatus.STOPPED, gSW.status); in testSmoke()
67 StopWatch gSW = profiler.globalStopWatch; in testBasicProfiling() local
68 assertEquals(TimeInstrumentStatus.STOPPED, gSW.status); in testBasicProfiling()
102 StopWatch gSW = profiler.globalStopWatch; in testNestedProfiling() local
103 assertEquals(TimeInstrumentStatus.STOPPED, gSW.status); in testNestedProfiling()