Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias EventLoopUtilityFunction = (utilization1: EventLoopUtilization?, utilization2: EventLoopUtilization?) -> EventLoopUtilization
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
Functions
Link copied to clipboard
external fun createHistogram(options: CreateHistogramOptions = definedExternally): RecordableHistogram
Returns a RecordableHistogram
.
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.