GPU: Add Reactive flushing
This commit is contained in:
parent
36a670a4c9
commit
6bc60f78d9
24 changed files with 240 additions and 30 deletions
|
@ -222,6 +222,8 @@ public:
|
|||
/// Prepare the core emulation for a reschedule
|
||||
void PrepareReschedule(u32 core_index);
|
||||
|
||||
[[nodiscard]] size_t GetCurrentHostThreadID() const;
|
||||
|
||||
/// Gets and resets core performance statistics
|
||||
[[nodiscard]] PerfStatsResults GetAndResetPerfStats();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue