bindings/performance_timeline library
Performance Timeline Level 2
Classes
- PerformanceEntry
-
The object encapsulates a single performance metric that is part
of the performance timeline. A performance entry can be directly
created by making a performance
mark
ormeasure
(for example by calling themark()
method) at an explicit point in an application. Performance entries are also created in indirect ways such as loading a resource (such as an image). instances will always be one of the following subtypes: - PerformanceObserver
- The interface is used to observe performance measurement events and be notified of new performance entries as they are recorded in the browser's performance timeline. Note: This feature is available in Web Workers
- PerformanceObserverCallbackOptions
- PerformanceObserverEntryList
-
The interface is a list of performance events that were
explicitly observed via the
observe()
method. Note: this interface is exposed to Window and Worker. - PerformanceObserverInit