2021-09-22 23:36:04 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2021-11-22 23:07:38 +03:00
|
|
|
# Adding a new metric? We have docs for that!
|
|
|
|
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
|
2021-09-22 23:36:04 +03:00
|
|
|
---
|
|
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
2022-05-04 17:16:19 +03:00
|
|
|
$tags:
|
|
|
|
- 'Core :: Graphics'
|
2021-09-22 23:36:04 +03:00
|
|
|
|
|
|
|
paint:
|
|
|
|
build_displaylist_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
The time to build a Gecko display list.
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
- mwoodrow@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: PAINT_BUILD_DISPLAYLIST_TIME
|
2022-04-22 07:39:52 +03:00
|
|
|
|
|
|
|
wr:
|
2022-06-08 16:41:19 +03:00
|
|
|
gpu_wait_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
The time spent waiting for the GPU to complete previously issued drawing
|
|
|
|
commands.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_GPU_WAIT_TIME
|
2022-04-22 07:39:52 +03:00
|
|
|
rasterize_glyphs_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
The time to rasterize glyphs for consumption by WebRender.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_RASTERIZE_GLYPHS_TIME
|
2022-05-30 17:49:18 +03:00
|
|
|
rasterize_blobs_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
The time to rasterize blobs for consumption by WebRender.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_RASTERIZE_BLOBS_TIME
|
2022-06-08 16:41:19 +03:00
|
|
|
renderer_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
WebRender renderer time.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_RENDERER_TIME
|
2022-08-17 00:25:09 +03:00
|
|
|
renderer_time_no_sc:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
WebRender renderer time excluding frames in which shader compilation took
|
|
|
|
place.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1784286
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1784286
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_RENDERER_TIME_NO_SC_MS
|
2022-05-09 18:23:11 +03:00
|
|
|
framebuild_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
The time to rasterize glyphs for consumption by WebRender.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
- jmuizelaar@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_FRAMEBUILD_TIME
|
|
|
|
scenebuild_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
WebRender scene build time.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
- jmuizelaar@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_SCENEBUILD_TIME
|
|
|
|
sceneswap_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
WebRender scene swap time.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
- jmuizelaar@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_SCENESWAP_TIME
|
2022-06-08 16:41:19 +03:00
|
|
|
texture_cache_update_time:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
Time taken by WebRender to update the texture cache.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_TEXTURE_CACHE_UPDATE_TIME
|
2022-07-12 17:59:09 +03:00
|
|
|
time_to_frame_build:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
Time elapsed between the construction of a transaction and the
|
|
|
|
associated frame build beginning.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_TIME_TO_FRAME_BUILD_MS
|
2022-07-12 17:59:09 +03:00
|
|
|
time_to_render_start:
|
|
|
|
type: timing_distribution
|
|
|
|
description: >
|
|
|
|
Time elapsed between the construction of a frame and the start of
|
|
|
|
rendering.
|
|
|
|
time_unit: microsecond
|
|
|
|
bugs:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
|
|
|
|
data_reviews:
|
|
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
|
|
|
|
data_sensitivity:
|
|
|
|
- technical
|
|
|
|
notification_emails:
|
|
|
|
- gfx-telemetry-alerts@mozilla.com
|
|
|
|
expires: never
|
|
|
|
telemetry_mirror: WR_TIME_TO_RENDER_START_MS
|