Bug 1773942 [wpt PR 34386] - Refactoring iframe coop tests., a=testonly
[gecko.git] / gfx / metrics.yaml
blob000690a754e3c9cdd9c966b68fad438a8a4e1c16
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Core :: Graphics'
13 paint:
14   build_displaylist_time:
15     type: timing_distribution
16     description: >
17       The time to build a Gecko display list.
18     bugs:
19       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
20     data_reviews:
21       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
22     data_sensitivity:
23       - technical
24     notification_emails:
25       - gfx-telemetry-alerts@mozilla.com
26       - mwoodrow@mozilla.com
27     expires: never
28     telemetry_mirror: PAINT_BUILD_DISPLAYLIST_TIME
30 wr:
31   gpu_wait_time:
32     type: timing_distribution
33     description: >
34       The time spent waiting for the GPU to complete previously issued drawing
35       commands.
36     time_unit: microsecond
37     bugs:
38       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
39     data_reviews:
40       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
41     data_sensitivity:
42       - technical
43     notification_emails:
44       - gfx-telemetry-alerts@mozilla.com
45     expires: never
46     telemetry_mirror: WR_GPU_WAIT_TIME
47   rasterize_glyphs_time:
48     type: timing_distribution
49     description: >
50       The time to rasterize glyphs for consumption by WebRender.
51     time_unit: microsecond
52     bugs:
53       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
54     data_reviews:
55       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
56     data_sensitivity:
57       - technical
58     notification_emails:
59       - gfx-telemetry-alerts@mozilla.com
60     expires: never
61     telemetry_mirror: WR_RASTERIZE_GLYPHS_TIME
62   rasterize_blobs_time:
63     type: timing_distribution
64     description: >
65       The time to rasterize blobs for consumption by WebRender.
66     time_unit: microsecond
67     bugs:
68       - https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
69     data_reviews:
70       - https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
71     data_sensitivity:
72       - technical
73     notification_emails:
74       - gfx-telemetry-alerts@mozilla.com
75     expires: never
76     telemetry_mirror: WR_RASTERIZE_BLOBS_TIME
77   renderer_time:
78     type: timing_distribution
79     description: >
80       WebRender renderer time.
81     time_unit: microsecond
82     bugs:
83       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
84     data_reviews:
85       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
86     data_sensitivity:
87       - technical
88     notification_emails:
89       - gfx-telemetry-alerts@mozilla.com
90     expires: never
91     telemetry_mirror: WR_RENDERER_TIME
92   framebuild_time:
93     type: timing_distribution
94     description: >
95       The time to rasterize glyphs for consumption by WebRender.
96     time_unit: microsecond
97     bugs:
98       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
99       - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
100     data_reviews:
101       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
102       - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
103     data_sensitivity:
104       - technical
105     notification_emails:
106       - gfx-telemetry-alerts@mozilla.com
107       - jmuizelaar@mozilla.com
108     expires: never
109     telemetry_mirror: WR_FRAMEBUILD_TIME
110   scenebuild_time:
111     type: timing_distribution
112     description: >
113       WebRender scene build time.
114     time_unit: microsecond
115     bugs:
116       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
117     data_reviews:
118       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
119     data_sensitivity:
120       - technical
121     notification_emails:
122       - gfx-telemetry-alerts@mozilla.com
123       - jmuizelaar@mozilla.com
124     expires: never
125     telemetry_mirror: WR_SCENEBUILD_TIME
126   sceneswap_time:
127     type: timing_distribution
128     description: >
129       WebRender scene swap time.
130     time_unit: microsecond
131     bugs:
132       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
133     data_reviews:
134       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
135     data_sensitivity:
136       - technical
137     notification_emails:
138       - gfx-telemetry-alerts@mozilla.com
139       - jmuizelaar@mozilla.com
140     expires: never
141     telemetry_mirror: WR_SCENESWAP_TIME
142   texture_cache_update_time:
143     type: timing_distribution
144     description: >
145       Time taken by WebRender to update the texture cache.
146     time_unit: microsecond
147     bugs:
148       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
149     data_reviews:
150       - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
151     data_sensitivity:
152       - technical
153     notification_emails:
154       - gfx-telemetry-alerts@mozilla.com
155     expires: never
156     telemetry_mirror: WR_TEXTURE_CACHE_UPDATE_TIME