inline fun <T> trace(sectionName: String, block: () -> T): T
Wrap the specified block in calls to Trace.beginSection (with the supplied sectionName) and Trace.endSection.