Skip to content
Snippets Groups Projects
Commit d871dfba authored by Nicolas Silva's avatar Nicolas Silva
Browse files

Bug 1797975 - Add telemetry for skipped composites. r=bas

parent 3277b6ef
No related branches found
No related tags found
No related merge requests found
......@@ -2251,6 +2251,9 @@ void WebRenderBridgeParent::CompositeToTarget(VsyncId aId,
PROFILER_MARKER_TEXT("SkippedComposite", GRAPHICS,
MarkerInnerWindowId(innerWindowId),
"Too many pending frames");
Telemetry::ScalarAdd(Telemetry::ScalarID::GFX_SKIPPED_COMPOSITES, 1);
return;
}
......
......@@ -3926,6 +3926,23 @@ gfx.feature:
release_channel_collection: opt-out
gfx:
skipped_composites:
bug_numbers:
- 1797975
description: >
Number of skipped composites, happening when rendering is too slow to keep up with content.
keyed: false
kind: uint
expires: "never"
notification_emails:
- gfx-telemetry-alerts@mozilla.com
- perf-telemetry-alerts@mozilla.com
products:
- 'firefox'
- 'fennec'
record_in_processes:
- 'main'
- 'gpu'
compositor:
bug_numbers:
- 1594145
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment