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

ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent : ProfilerEvent

Constructors

<init>

ConsoleProfileStartedEvent(id: String, location: Location, title: String? = null)

Properties

id

val id: String

location

Location of console.profile().

val location: Location

title

Profile title passed as an argument to console.profile().

val title: String?