Confirmed users
336
edits
(Added info about webgl failure ids) |
|||
| Line 4: | Line 4: | ||
Repo: https://github.com/dvander/moz-gfx-telemetry | Repo: https://github.com/dvander/moz-gfx-telemetry | ||
=FailureId Reporting= | |||
Starting in Firefox 50 we've landed infrastructure to report WebGL ideas (and could add for other graphics features). This data is reported to telemetry under the following telemetry probes: | |||
* CANVAS_WEBGL_ACCL_FAILURE_ID | |||
* CANVAS_WEBGL_FAILURE_ID | |||
A good way to explore this data is sql.telemetry.com pivot tables. This let's you decide how you want to slice and decide the data to look for low hanging fruits and correlation between possible failures and hardware: | |||
https://sql.telemetry.mozilla.org/queries/492/source#812 | |||
(Drag and re-order the columns and rows. | |||
=Tutorial= | =Tutorial= | ||