Skip to main content

PerformanceEntry

interface PerformanceEntry

Encapsulates a single performance metric that is part of the performance timeline. A performance entry can be directly created by making a performance mark or measure (for example by calling the .mark() method) at an explicit point in an application.

Properties Jump to heading

readonly
Jump to headingduration: number
readonly
Jump to headingname: string
variable PerformanceEntry

Encapsulates a single performance metric that is part of the performance timeline. A performance entry can be directly created by making a performance mark or measure (for example by calling the .mark() method) at an explicit point in an application.

Properties Jump to heading

Back to top