Bug 1769952 - Fix running raptor on a Win10-64 VM r=sparky
[gecko.git] / gfx / metrics.yaml
blob92601e49ebad9473dbaf20dca604c2f6932c625f
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   rasterize_glyphs_time:
32     type: timing_distribution
33     description: >
34       The time to rasterize glyphs for consumption by WebRender.
35     time_unit: microsecond
36     bugs:
37       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
38     data_reviews:
39       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
40     data_sensitivity:
41       - technical
42     notification_emails:
43       - gfx-telemetry-alerts@mozilla.com
44     expires: never
45     telemetry_mirror: WR_RASTERIZE_GLYPHS_TIME
46   framebuild_time:
47     type: timing_distribution
48     description: >
49       The time to rasterize glyphs for consumption by WebRender.
50     time_unit: microsecond
51     bugs:
52       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
53       - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
54     data_reviews:
55       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
56       - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
57     data_sensitivity:
58       - technical
59     notification_emails:
60       - gfx-telemetry-alerts@mozilla.com
61       - jmuizelaar@mozilla.com
62     expires: never
63     telemetry_mirror: WR_FRAMEBUILD_TIME
64   scenebuild_time:
65     type: timing_distribution
66     description: >
67       WebRender scene build time.
68     time_unit: microsecond
69     bugs:
70       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
71     data_reviews:
72       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
73     data_sensitivity:
74       - technical
75     notification_emails:
76       - gfx-telemetry-alerts@mozilla.com
77       - jmuizelaar@mozilla.com
78     expires: never
79     telemetry_mirror: WR_SCENEBUILD_TIME
80   sceneswap_time:
81     type: timing_distribution
82     description: >
83       WebRender scene swap time.
84     time_unit: microsecond
85     bugs:
86       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
87     data_reviews:
88       - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
89     data_sensitivity:
90       - technical
91     notification_emails:
92       - gfx-telemetry-alerts@mozilla.com
93       - jmuizelaar@mozilla.com
94     expires: never
95     telemetry_mirror: WR_SCENESWAP_TIME