Searched refs:DEFAULT_TRACK_NAME (Results 1 – 2 of 2) sorted by relevance
38 @PublishedApi internal const val DEFAULT_TRACK_NAME = "Coroutines" constant189 if (asyncTracingEnabled) asyncTraceForTrackBegin(DEFAULT_TRACK_NAME, spanString, cookie) in traceCoroutine()193 if (asyncTracingEnabled) asyncTraceForTrackEnd(DEFAULT_TRACK_NAME, spanString, cookie) in traceCoroutine()
114 const val DEFAULT_TRACK_NAME = "AsyncTraces" constant147 traceAsync(DEFAULT_TRACK_NAME, method, block) in traceAsync()