Console Profile Started Event
data class ConsoleProfileStartedEvent(id: String, location: Location, title: String?) : Event
Content copied to clipboard
Sent when new profile recording is started using console.profile() call.
Constructors
ConsoleProfileStartedEvent
Link copied to clipboard
fun ConsoleProfileStartedEvent(id: String, location: Location, title: String? = null)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard