Dart API Referencedart:htmlPerformance

Performance Interface

The articles linked to from here will help you improve performance, whether you're developing core Mozilla code or an add-on.

Extends

EventTarget

Methods

Code num webkitNow() #

num webkitNow();

Fields

Code final MemoryInfo memory #

final MemoryInfo memory;
final PerformanceNavigation navigation;

Code final PerformanceTiming timing #

final PerformanceTiming timing;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.