|
|
|
@ -23,10 +23,10 @@ The following metrics are added to the ping:
|
|
|
|
|
| avif.aom_decode_error |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Image-decode Error from AOM decoder |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>unit: error code</li></ul>|never | |
|
|
|
|
|
| avif.bit_depth |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Bits per pixel of AVIF image. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>color_8</li><li>color_10</li><li>color_12</li><li>color_16</li><li>unknown</li></ul>|never | |
|
|
|
|
|
| avif.dav1d_decode_error |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Image-decode Error from dav1d decoder |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>unit: error code</li></ul>|never | |
|
|
|
|
|
| avif.decode_result |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Decode result of AVIF image. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>success</li><li>parse_error</li><li>no_primary_item</li><li>decode_error</li><li>size_overflow</li><li>out_of_memory</li><li>pipe_init_error</li><li>write_buffer_error</li></ul>|never | |
|
|
|
|
|
| avif.decode_result |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Decode result of AVIF image. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>success</li><li>parse_error</li><li>no_primary_item</li><li>decode_error</li><li>size_overflow</li><li>out_of_memory</li><li>pipe_init_error</li><li>write_buffer_error</li><li>alpha_y_sz_mismatch</li><li>alpha_y_bpc_mismatch</li></ul>|never | |
|
|
|
|
|
| avif.decoder |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Decoder of AVIF image. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>dav1d</li><li>aom</li></ul>|never | |
|
|
|
|
|
| avif.yuv_color_space |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |YUV color space of AVIF image. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1670827#c9)|<ul><li>bt601</li><li>bt709</li><li>bt2020</li><li>identity</li><li>unknown</li></ul>|never | |
|
|
|
|
|
| geckoview.build_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The Buildid of the Gecko engine, example: 20200205124310 |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2)||2021-02-01 | |
|
|
|
|
|
| geckoview.build_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The Buildid of the Gecko engine, example: 20200205124310 |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2)||never | |
|
|
|
|
|
| geckoview.content_process_lifetime |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The uptime of content processes in ms |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1625325#c2)||never | |
|
|
|
|
|
| geckoview.document_site_origins |[custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) |When a document is loaded, report the number of [site origins](https://searchfox.org/ mozilla-central/rev/ 3300072e993ae05d50d5c63d815260367eaf9179/ caps/nsIPrincipal.idl#264) of the entire browser if it has been at least 5 minutes since last time we collect this data. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1589700#c5)||never | |
|
|
|
|
|
| geckoview.page_load_progress_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time between page load progress starts (0) and completion (100). |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10)||never | |
|
|
|
|
@ -34,16 +34,16 @@ The following metrics are added to the ping:
|
|
|
|
|
| geckoview.page_reload_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time taken to reload a page. This includes all static contents, no dynamic content. Loading of about: pages is not counted. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10)||never | |
|
|
|
|
|
| geckoview.per_document_site_origins |[custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) |When a document is unloaded, report the highest number of [site origins](https://searchfox.org/ mozilla-central/rev/ 3300072e993ae05d50d5c63d815260367eaf9179/ caps/nsIPrincipal.idl#264) loaded simultaneously in that document. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1603185#c13)||never | |
|
|
|
|
|
| geckoview.startup_runtime |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to initialize GeckoRuntime. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| geckoview.version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The version of the Gecko engine, example: 74.0a1 |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.description |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Long form description of the Graphics adapter |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.device_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter device identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_date |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver date |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_files |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |List of graphics adapter driver files |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_vendor |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver vendor identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver version |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.ram |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Graphics adapter dedicated memory |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Megabytes</li></ul>|2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.subsystem_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter subsystem identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.vendor_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter vendor identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| geckoview.version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |The version of the Gecko engine, example: 74.0a1 |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1611240#c2)||never | |
|
|
|
|
|
| gfx.adapter.primary.description |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Long form description of the Graphics adapter |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.adapter.primary.device_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter device identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.adapter.primary.driver_date |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver date |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2023-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_files |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |List of graphics adapter driver files |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2022-02-01 | |
|
|
|
|
|
| gfx.adapter.primary.driver_vendor |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver vendor identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.adapter.primary.driver_version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter driver version |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.adapter.primary.ram |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Graphics adapter dedicated memory |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Megabytes</li></ul>|never | |
|
|
|
|
|
| gfx.adapter.primary.subsystem_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter subsystem identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.adapter.primary.vendor_id |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Graphics adapter vendor identification |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||never | |
|
|
|
|
|
| gfx.checkerboard.duration |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The duration of a checkerboard event. Checkerboarding is when painting has not kept up with asynchronous panning and zooming so the compositor has to display a "checkerboard pattern" (or in practice, the background color) rather than the actual page content. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.checkerboard.peak_pixel_count |[custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) |The peak number of CSS pixels that checkerboarded during a checkerboard event. The minimum value of the largest histogram bucket is the size of a 4k display with maximum APZ zooming. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.checkerboard.potential_duration |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The total amount of time that we could reasonably be checkerboarding. This is the union of two possibly-intersecting sets of time periods: The first set is that in which checkerboarding was actually happening, since by definition it could potentially be happening. The second set is that in which the APZC is actively transforming content in the compositor, since it could potentially transform it so as to display checkerboarding to the user. Combined with other information, this allows us to meaningfully say how frequently users actually enncounters checkerboarding. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
@ -57,15 +57,16 @@ The following metrics are added to the ping:
|
|
|
|
|
| gfx.content.frame_time.without_upload |[custom_distribution](https://mozilla.github.io/glean/book/user/metrics/custom_distribution.html) |The time, in percentage of a vsync interval, spent from beginning a paint in the content process until that frame is presented in the compositor by webrender, excluding time spent uploading any content. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.content.full_paint_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time spent in the full paint pipeline for content until it's ready for composition. For non-webrender this includes `paint_time`, plus rasterization if OMTP is enabled. For webrender, this includes `paint_time`, plus scene building time. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.content.paint_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time spent in the main-thread paint pipeline for content. For non-webrender, this includes display list building, layer building, and when OMTP is disabled, rasterization. For webrender, this includes display list building, and webrender display list building. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.display.count |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Amount of displays connected to the device |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Display count</li></ul>|2021-02-01 | |
|
|
|
|
|
| gfx.display.primary_height |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Height of the primary display, takes device rotation into account. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Pixels</li></ul>|2021-02-01 | |
|
|
|
|
|
| gfx.display.primary_width |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Width of the primary display, takes device rotation into account. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Pixels</li></ul>|2021-02-01 | |
|
|
|
|
|
| gfx.display.count |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Amount of displays connected to the device |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Display count</li></ul>|never | |
|
|
|
|
|
| gfx.display.primary_height |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Height of the primary display, takes device rotation into account. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Pixels</li></ul>|never | |
|
|
|
|
|
| gfx.display.primary_width |[quantity](https://mozilla.github.io/glean/book/user/metrics/quantity.html) |Width of the primary display, takes device rotation into account. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)|<ul><li>unit: Pixels</li></ul>|never | |
|
|
|
|
|
| gfx.feature.webrender |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Whether webrender is enabled or disabled, and why. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1687312#c5)||never | |
|
|
|
|
|
| gfx.scroll_present_latency |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |Time between receiving a scroll event on the event loop and compositing its result onto the screen (ms). |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1604818#c4)||never | |
|
|
|
|
|
| gfx.status.compositor |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Name of the graphics compositor in use. Possible values are "opengl, d3d11, client, webrender or basic" |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.status.framebuild_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to build a webrender frame. This involves calculating the visibility of primitives, requesting resources, and building the render passes which will be used to render the frame. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.status.headless |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Boolean indicated whether graphics is running in headless (no display) mode |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2021-02-01 | |
|
|
|
|
|
| gfx.status.sceneswap_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to do a webrender scene swap. This is book-keeping that APZ must perform once webrender has built a new scene. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.status.compositor |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |Name of the graphics compositor in use. Possible values are "opengl, d3d11, client, webrender or basic" |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2022-02-01 | |
|
|
|
|
|
| gfx.status.headless |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Boolean indicated whether graphics is running in headless (no display) mode |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4)||2022-02-01 | |
|
|
|
|
|
| gfx.webrender.framebuild_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to build a webrender frame. This involves calculating the visibility of primitives, requesting resources, and building the render passes which will be used to render the frame. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.webrender.scenebuild_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to build a webrender scene. This occurs each time webrender receives a new display list. This additionally includes blob rasterization time. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| gfx.webrender.sceneswap_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time taken to do a webrender scene swap. This is book-keeping that APZ must perform once webrender has built a new scene. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1)||never | |
|
|
|
|
|
| javascript.gc.compact_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time spent in the compact phase. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1636419#c17)||never | |
|
|
|
|
|
| javascript.gc.mark_roots_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time spent marking GC roots. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1636419#c17)||never | |
|
|
|
|
|
| javascript.gc.mark_time |[timing_distribution](https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html) |The time spent in the mark phase. |[1](https://bugzilla.mozilla.org/show_bug.cgi?id=1636419#c17)||never | |
|
|
|
|
|