Skip to content

Profile layer: Add profile layer #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Profile layer: Add profile layer #132

wants to merge 2 commits into from

Conversation

solidpixel
Copy link
Contributor

@solidpixel solidpixel commented Jul 21, 2025

This PR adds a profiling layer which can collect API-correlated performance information, such as performance counters, from Arm GPUs.

Task list

  • Add CPU-GPU sync points for all workloads
  • Add pipeline barrier serialization for all workloads (see support layer)
  • Add queue submit serialization for all workloads (see support layer)
  • Add config handling to enable only for selected frames
  • Filter sync and serialization so it only applies to the selected ranges
  • Add config handling to enable only for selected times (see support layer)
  • Update developer documentation to reflect final design
  • Update user documentation to reflect final design

@solidpixel solidpixel marked this pull request as draft July 21, 2025 09:17
@solidpixel solidpixel force-pushed the profile branch 3 times, most recently from dea2448 to f948a4e Compare July 21, 2025 14:57
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.

1 participant