Skip to content

Conversation

@AMouri
Copy link
Contributor

@AMouri AMouri commented Jan 7, 2026

Also add a corresponding sql table in the stdlib so that writing queries is ezpz.

This is going to be used for allowing traces + analysis tools to measure SurfaceFlinger workload behavior.

Also add a corresponding sql table in the stdlib so that writing queries
is ezpz.
@AMouri AMouri requested a review from a team as a code owner January 7, 2026 21:47
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

🎨 Perfetto UI Build

✅ UI build is ready: https://storage.googleapis.com/perfetto-ci-artifacts/gh-20835627401-1-ui/ui/index.html

Copy link
Member

@LalitMaganti LalitMaganti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if there was a diff test for this to ensure we don't break this especially if you plan on relying on this longer term but up to you. You can also add it later once the other side is more settled.

extract_arg(arg_set_id, 'surfaceflinger_workload.summary.stats.dpu_composited_layers') AS dpu_composited_layers
FROM slice
WHERE
category = 'rendering' AND name = 'WorkloadSummary';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have the name filter, you probably don't need the category one anymore. But up to you, probably won't hurt too much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants