Home
last modified time | relevance | path

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

/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/androidTest/java/leakcanary/
H A DProfiledTest.kt6 import leakcanary.Profiler.runWithProfilerSampling in <lambda>()
30 runWithProfilerSampling { in <lambda>()
H A DProfiler.kt47 fun <T> runWithProfilerSampling(block: () -> T): T { in runWithProfilerSampling() method