blob: 76fc16ab94a6d9a50ddb19dbd052a0e5eb000fcf [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
metric_definitions:
#####################################################################
# vsync_stalls
#
# When a device does not generate vsync events for more than 10 seconds,
# increase the counter by 1.
#####################################################################
- id: 1
metric_name: vsync_stalls
metric_type: OCCURRENCE
metric_semantics: [FRAME_RENDERING, LATENCY]
reports:
- report_name: fleetwide_occurrences
id: 1
report_type: FLEETWIDE_OCCURRENCE_COUNTS
privacy_level: NO_ADDED_PRIVACY
system_profile_field: [BOARD_NAME, PRODUCT_NAME, ARCH, SYSTEM_VERSION, OS, CHANNEL]
meta_data:
max_release_stage: GA
expiration_date: "2022/01/01"
#####################################################################
# amlogic_rdma_stalls
#
# Increase the counter by 1 when the amlogic-display driver RDMA engine
# has not signalled RDMA task completion for more than 2 seconds.
#####################################################################
- id: 2
metric_name: amlogic_rdma_stalls
metric_type: OCCURRENCE
metric_semantics: [FRAME_RENDERING, LATENCY]
reports:
- report_name: fleetwide_occurrences
id: 1
report_type: FLEETWIDE_OCCURRENCE_COUNTS
privacy_level: NO_ADDED_PRIVACY
system_profile_field: [BOARD_NAME, PRODUCT_NAME, ARCH, SYSTEM_VERSION, OS, CHANNEL]
meta_data:
max_release_stage: GA
expiration_date: "2022/01/01"