Home
last modified time | relevance | path

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

/frameworks/libs/systemui/tracinglib/core/common/src/coroutines/
DTraceData.kt57 private val openSliceCount = TraceCountThreadLocal() constant
63 openSliceCount.set(slices.size) in beginAllOnThread()
71 repeat(openSliceCount.get()) { endSlice() } in endAllOnThread()
72 openSliceCount.set(0) in endAllOnThread()
85 openSliceCount.set(slices.size) in beginSpan()
100 openSliceCount.set(slices.size) in endSpan()