Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-browser
/
web.profiler
/
Profiler
Profiler
web
class
Profiler
(
options
:
ProfilerInitOptions
)
:
EventTarget
(
source
)
MDN Reference
Members
Members & Extensions
Constructors
Profiler
Link copied to clipboard
web
constructor
(
options
:
ProfilerInitOptions
)
Properties
sample
Interval
Link copied to clipboard
web
val
sampleInterval
:
DOMHighResTimeStamp
MDN Reference
stopped
Link copied to clipboard
web
val
stopped
:
Boolean
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
web
open
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
stop
Link copied to clipboard
web
inline suspend
fun
Profiler
.
stop
(
)
:
ProfilerTrace
stop
Async
Link copied to clipboard
web
fun
stopAsync
(
)
:
Promise
<
ProfilerTrace
>
MDN Reference
when
Link copied to clipboard
web
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>