Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha02
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Firebase Kotlin SDK
firebase-perf
/
dev.gitlive.firebase.perf.externals
/
PerformanceTrace
Performance
Trace
wasmJs
external
interface
PerformanceTrace
(
source
)
Members
Functions
get
Attribute
Link copied to clipboard
wasmJs
abstract
fun
getAttribute
(
attr
:
String
)
:
String
?
get
Attributes
Link copied to clipboard
wasmJs
abstract
fun
getAttributes
(
)
:
<Error class: unknown class>
get
Metric
Link copied to clipboard
wasmJs
abstract
fun
getMetric
(
metricName
:
String
)
:
Int
increment
Metric
Link copied to clipboard
wasmJs
abstract
fun
incrementMetric
(
metricName
:
String
,
num
:
Int
?
=
definedExternally
)
put
Attribute
Link copied to clipboard
wasmJs
abstract
fun
putAttribute
(
attr
:
String
,
value
:
String
)
put
Metric
Link copied to clipboard
wasmJs
abstract
fun
putMetric
(
metricName
:
String
,
num
:
Int
)
remove
Attribute
Link copied to clipboard
wasmJs
abstract
fun
removeAttribute
(
attr
:
String
)
start
Link copied to clipboard
wasmJs
abstract
fun
start
(
)
stop
Link copied to clipboard
wasmJs
abstract
fun
stop
(
)