mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
SPU Profiler preview
Add option "SPU Profiler" (disabled by default). Works only with SPU recompilers. Results are flushed on pausing.
This commit is contained in:
parent
1a9e06d3c6
commit
c69fe0f664
7 changed files with 289 additions and 1 deletions
|
@ -1677,6 +1677,9 @@ bool Emulator::Pause()
|
|||
return m_state.compare_and_swap_test(system_state::ready, system_state::paused);
|
||||
}
|
||||
|
||||
// Signal profilers to print results (if enabled)
|
||||
cpu_thread::flush_profilers();
|
||||
|
||||
GetCallbacks().on_pause();
|
||||
|
||||
// Update pause start time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue