Confirmed users
356
edits
Gfritzsche (talk | contribs) (channel & version switching) |
No edit summary |
||
| Line 1: | Line 1: | ||
=== Histograms of general interest ====== | |||
Oftentimes, Telemetry users need "denominators" for a % calculation: | |||
* To get the # of Firefox sessions from telemetry.mozilla org set just count the # of samples in at any once-per session histogram: SIMPLE_MEASURES_FIRSTPAINT (startup time measurement), STARTUP_CRASH_DETECTED, E10S_AUTOSTART (whether e10s is enabled, recorded at startup), etc | |||
* To get the # of pages visited: look at TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED or CONTENT_DOCUMENTS_DESTROYED | |||
* To get an idea of "overall responsiveness" during a session, look at BHR reports or FX_REFRESH_DRIVER_FRAME_DELAY_MS | |||
=== Ping generation === | === Ping generation === | ||