pl.wendigo.chrome.api.profiler / ConsoleProfileFinishedEvent

ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent : Event (source)

Link
Profiler#consoleProfileFinished event documentation.

Constructors

<init>

ConsoleProfileFinishedEvent(id: String, location: Location, profile: Profile, title: String? = null)

Properties

id

val id: String

location

val location: Location

Location of console.profileEnd().

profile

val profile: Profile

title

val title: String?

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

Inherited Functions

protocolDomain

fun protocolDomain(): String