PerformanceEntry

open external class PerformanceEntry(source)

The constructor of this class is not exposed to users directly.

Since

v8.5.0

Inheritors

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 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

The type of the performance entry. It may be one of:

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?