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 # This file defines the metrics that are recorded by the Glean SDK. They are
6 # automatically converted to platform-specific code at build time using the
7 # `glean_parser` PyPI package.
9 # Adding a new metric? We have docs for that!
10 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
13 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
16 build_displaylist_time:
17 type: timing_distribution
19 The time to build a Gecko display list.
24 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
26 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
30 - gfx-telemetry-alerts@mozilla.com
31 - mwoodrow@mozilla.com
33 telemetry_mirror: PAINT_BUILD_DISPLAYLIST_TIME