data class ConsoleProfileFinishedEvent : ProfilerEvent
<init> |
ConsoleProfileFinishedEvent(id: String, location: Location, profile: Profile, title: String? = null) |
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? |