Home
last modified time | relevance | path

Searched defs:traceCoroutine (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/systemui/tracinglib/core/common/src/coroutines/
DCoroutineTracing.kt170 inline fun <T> traceCoroutine(spanName: () -> String, block: () -> T): T { in traceCoroutine() method
199 inline fun <T> traceCoroutine(spanName: String, block: () -> T): T = in traceCoroutine() method