Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The constructor of this class is not exposed to users directly.
Link copied to clipboard
Exposes marks created via the Performance.mark() method.
Link copied to clipboard
Link copied to clipboard
Exposes measures created via the Performance.measure() method.
Link copied to clipboard
This property is an extension by Node.js. It is not available in Web browsers.
Link copied to clipboard
Link copied to clipboard
typealias PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Provides detailed network timing data regarding the loading of an application's resources.
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
external fun createHistogram(options: CreateHistogramOptions = definedExternally): RecordableHistogram
Returns a {@link RecordableHistogram RecordableHistogram}.
Link copied to clipboard
external fun eventLoopUtilization(utilization1: EventLoopUtilization = definedExternally, utilization2: EventLoopUtilization = definedExternally): EventLoopUtilization
The eventLoopUtilization() function returns an object that contains the cumulative duration of time the event loop has been both idle and active as a high resolution milliseconds timer. The utilization value is the calculated Event Loop Utilization (ELU).
Link copied to clipboard
external fun monitorEventLoopDelay(options: EventLoopMonitorOptions = definedExternally): IntervalHistogram
This property is an extension by Node.js. It is not available in Web browsers.