traceSync

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
inline fun <T> traceSync(sectionName: String, section: () -> T): T