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

Make CPU Profiler able to print stats which sum up the records of all SPU threads #11920

Merged
merged 1 commit into from May 7, 2022

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented May 3, 2022

Hitherto the statistics have been exclusively thread-specific.

Other improvements:

  • Fixed container management so a collision of a new element with an older element of the record will become impossible.
  • Added thread name to thread-specific information printing.
  • Fixed condition to abort SPU block statistics collection, now matches SPU LLVM Profiler's.

… SPU threads

Hitherto the statistics have been exclusively thread-specific.

Other improvements:
* Fixed container management so a collision of a new element with an older element of the record will become impossible.
* Added thread name to thread-specific information printing.
* Fixed condition to abort SPU block statistics collection, now matches SPU LLVM Profiler's.
* Fix possible division by 0 by checking `samples`.
@Nekotekina Nekotekina merged commit 1cab99b into RPCS3:master May 7, 2022
@elad335 elad335 deleted the spu-debug branch September 19, 2022 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants