Performance/Telemetry: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Telemetry allows developers to receive aggregate data of browser health in the field. The following statistics are currently gathered: <br> == about:memory stats == *Memo...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Telemetry allows developers to receive aggregate data of browser health in the field. | Telemetry allows developers to receive aggregate data of browser health in the field ([https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsITelemetry docs]).<br> | ||
The following statistics are currently gathered: | The following statistics are currently gathered: | ||
Revision as of 00:44, 19 May 2011
Telemetry allows developers to receive aggregate data of browser health in the field (docs).
The following statistics are currently gathered:
about:memory stats
- Memory:heap-used/js/gc-heap (KB)
- Memory:heap-used/layout/all (KB)
- Memory:mapped/heap/used (KB)
Latency stats:
- nsCycleCollector::Collect (ms)
Telemetry self-diagnostics:
- telemetry.ping (ms)
- telemetry.success (No, Yes)