API reference
API reference
Select your platform
No SDKs available
No versions available

TraceUtils

TraceUtils

object TraceUtils

Functions

NameSummary
beginSection
fun beginSection(sectionName: String)
endSection
fun endSection()
trace
inline fun trace(sectionName: String, block: () -> Unit)
Helper method for using the trace API to trace a code block. Don’t have to remember to call end section and don’t have to worry about escaping in the middle of the code
Did you find this page helpful?