Name | Summary |
---|---|
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 |