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

ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent : ProfilerEvent

Official doc

Constructors

<init>

Official doc

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

Properties

id

val id: String

location

Location of console.profileEnd().

val location: Location

profile

val profile: Profile

title

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

val title: String?