Performance

继承
注解
  • @SupportedBrowser(SupportedBrowser.CHROME)
  • @SupportedBrowser(SupportedBrowser.FIREFOX)
  • @SupportedBrowser(SupportedBrowser.IE)
  • @Native("Performance")

属性

hashCode int
该对象的哈希码。
无设置器继承
memory MemoryInfo?
无设置器
无设置器
on Events
这是事件流的便捷访问器,仅在明确访问器不可用时使用。
无设置器继承
runtimeType Type
表示对象运行时类型的表示。
无设置器继承
timeOrigin num?
无设置器
timing PerformanceTiming
无设置器

方法

addEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
clearMarks(String? markName) → void
clearMeasures(String? measureName) → void
clearResourceTimings() → void
dispatchEvent(Event event) bool
继承
getEntries() List<PerformanceEntry>
getEntriesByName(String name, String? entryType) List<PerformanceEntry>
getEntriesByType(String entryType) List<PerformanceEntry>
mark(String markName, [Map? markOptions]) PerformanceEntry?
measure(String measureName, [dynamic measureOptions_OR_startMark, String? endMark]) PerformanceMeasure?
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
now() double
removeEventListener(String type, EventListener? listener, [bool? useCapture]) → void
继承
setResourceTimingBufferSize(int maxSize) → void
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
等号运算符。
继承

静态属性

supported bool
检查此类型是否在当前平台上受支持。
无设置器