Start native apps faster with the Composables CLI ->
Interface

CompositionTracer

Internal tracing API.

Source set: Common
public interface CompositionTracer

Internal tracing API.

Should be called without thread synchronization with occasional information loss.

Functions

traceEventStart

Source set: Common
public fun traceEventStart(key: Int, dirty1: Int, dirty2: Int, info: String): Unit

traceEventEnd

Source set: Common
public fun traceEventEnd(): Unit

isTraceInProgress

Source set: Common
public fun isTraceInProgress(): Boolean