GS: Allow dumping draw/frames stats.#13352
Merged
lightningterror merged 1 commit intoPCSX2:masterfrom Nov 16, 2025
Merged
Conversation
892a978 to
f05905d
Compare
Mrlinkwii
approved these changes
Oct 5, 2025
f05905d to
16fbcab
Compare
Contributor
Author
|
Updated GSUtil arrays to reflects that SW renderer does not track barriers or render passes. Also removed the "CounterLast" string from both HW and SW arrays. |
16fbcab to
a045fc4
Compare
Contributor
Author
|
Small fix: The barrier/render pass stats were still being dumped for SW--removed that also. |
a045fc4 to
9467e9a
Compare
Contributor
Author
|
There was a typo causing an out of bounds exception in the previous change. Fixed it and checked to make sure it's running correctly. |
9467e9a to
51686e9
Compare
51686e9 to
1811144
Compare
lightningterror
approved these changes
Nov 16, 2025
Contributor
lightningterror
left a comment
There was a problem hiding this comment.
Stats show up as expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
Adds support for dumping per-draw and per-frame stats.
Known issues:
This is mainly a debug tool, so the current behavior is suitable for comparing branches.
Rationale
Makes it easier to compare branches and identify the draw or frame where stats start to differ.
Testing Steps
Example output:
AI Assistance
Yes, to draft this message.