sealed class ProfilerEvent
ConsoleProfileFinishedEvent |
data class ConsoleProfileFinishedEvent : ProfilerEvent |
ConsoleProfileStartedEvent |
Sent when new profile recording is started using console.profile() call. data class ConsoleProfileStartedEvent : ProfilerEvent |
PreciseCoverageDeltaUpdateEvent |
Reports coverage delta since the last poll (either from an event like this, or from
data class PreciseCoverageDeltaUpdateEvent : ProfilerEvent |