endAsyncSection

fun endAsyncSection(name: String, cookie: Int)

Writes a trace message to indicate that the current method has ended. Must be called exactly once for each call to .beginAsyncSection using the same tag, name and cookie.

Depending on provided Systracer instance, this method could vary in behavior and in DefaultComponentsSystrace it is a no-op.