PropsPerformance extension

on

Properties

eventCounts EventCounts
no setter
interactionCounts InteractionCounts
no setter
no setter
onresourcetimingbufferfull EventHandlerNonNull<Event>?
getter/setter pair
timeOrigin double
no setter
timing PerformanceTiming
no setter

Methods

clearMarks([String? markName]) → void
clearMeasures([String? measureName]) → void
clearResourceTimings() → void
getEntries() Iterable<PerformanceEntry>
getEntriesByName(String name, [String? type]) Iterable<PerformanceEntry>
getEntriesByType(String type) Iterable<PerformanceEntry>
mark(String markName, [PerformanceMarkOptions? markOptions]) PerformanceMark
measure(String measureName, [dynamic startOrMeasureOptions, String? endMark]) PerformanceMeasure
measureUserAgentSpecificMemory() Future<MemoryMeasurement>
now() double
setResourceTimingBufferSize(int maxSize) → void
toJSON() → dynamic