ConsoleProfileFinished

@Serializable
data class ConsoleProfileFinished(val id: String, val location: Location, val profile: Profile, val title: String? = null) : ProfilerEvent

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(id: String, location: Location, profile: Profile, title: String? = null)

Properties

Link copied to clipboard
val id: String

(undocumented in the protocol definition)

Link copied to clipboard

Location of console.profileEnd().

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val title: String? = null

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