chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler.events / ProfilerEvent

ProfilerEvent

sealed class ProfilerEvent

Types

ConsoleProfileFinishedEvent

Official doc

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 takePreciseCoverage for the current isolate. May only be sent if precise code coverage has been started. This event can be trigged by the embedder to, for example, trigger collection of coverage data immediatelly at a certain point in time.

data class PreciseCoverageDeltaUpdateEvent : ProfilerEvent