rpcsx/rpcs3/Emu/CPU
Eladash 1cab99b3ca Make CPU Profiler able to print stats which sum up the records of all 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`.
2022-05-07 12:57:54 +03:00
..
CPUDisAsm.h RSX-Debugger: Implement backwards scrolling 2022-04-15 22:34:51 +03:00
CPUThread.cpp Make CPU Profiler able to print stats which sum up the records of all SPU threads 2022-05-07 12:57:54 +03:00
CPUThread.h Implement Emulator::GracefulShutdown() 2022-02-05 11:49:29 +01:00
CPUTranslator.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
CPUTranslator.h Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
sse2neon.h macos: fix build for arm64 2022-04-18 17:53:54 +03:00