Performance/Telemetry: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 13: | Line 13: | ||
== Latency stats: == | == Latency stats: == | ||
*nsCycleCollector::Collect (ms)<br> | *nsCycleCollector::Collect (ms) - Time spent on cycle collection<br> | ||
== Telemetry self-diagnostics: == | == Telemetry self-diagnostics: == | ||
Revision as of 16:40, 23 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) - Time spent on cycle collection
Telemetry self-diagnostics:
- telemetry.ping (ms)
- telemetry.success (No, Yes)