Skip to content
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

Increments to layer_gpu_timeline #29

Open
4 of 13 tasks
solidpixel opened this issue Dec 13, 2024 · 0 comments
Open
4 of 13 tasks

Increments to layer_gpu_timeline #29

solidpixel opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@solidpixel
Copy link
Contributor

solidpixel commented Dec 13, 2024

The following changes were out of scope for the first PR and would make good follow-on increments.

  • Add CPU submit time to the layer metadata so we can show the submit-to-execute latency, and sort by submit time not just execution start time. This will be another case where multi-submit command buffers won't work without us wrapping command buffers with a unique submit_id label.
  • Track VkImage resources for transfer workload sizing.
  • Track VkBuffer resources for transfer workload sizing.
  • Replace JSON with a simple binary packet format, or protobuf, to avoid the memory allocation churn.
  • Support arbitrary user string metadata in the protocol to allow custom layers to be used with Streamline visualization.
  • Capture indirect parameter buffers.
  • Improve the prototype Python host services server to make it production ready.
  • Capture attachment compression status.
  • Identify render pass rendering to swapchain attachment.

Completed:

@solidpixel solidpixel self-assigned this Dec 13, 2024
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

No branches or pull requests

1 participant