kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Profiler
/
ConsoleProfileFinishedParameter
Console
Profile
Finished
Parameter
@
Serializable
data
class
ConsoleProfileFinishedParameter
(
val
id
:
String
,
val
location
:
Debugger.Location
,
val
profile
:
Profiler.Profile
,
val
title
:
String
?
=
null
)
Members
Constructors
Console
Profile
Finished
Parameter
Link copied to clipboard
constructor
(
id
:
String
,
location
:
Debugger.Location
,
profile
:
Profiler.Profile
,
title
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
location
Link copied to clipboard
val
location
:
Debugger.Location
Location of console.profileEnd().
profile
Link copied to clipboard
val
profile
:
Profiler.Profile
title
Link copied to clipboard
val
title
:
String
?
=
null
Profile title passed as an argument to console.profile().