PerformanceMark

Exposes marks created via the Performance.mark() method.

Since

v18.2.0, v16.17.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val detail: Any?

Additional detail specific to the entryType.

Link copied to clipboard
open override val duration: Double

The total number of milliseconds elapsed for this entry. This value will not be meaningful for all Performance Entry types.

Link copied to clipboard
Link copied to clipboard

The name of the performance entry.

Link copied to clipboard

The high resolution millisecond timestamp marking the starting time of the Performance Entry.

Functions

Link copied to clipboard
open fun toJSON(): Any?