GPU: Add Reactive flushing
This commit is contained in:
parent
36a670a4c9
commit
6bc60f78d9
24 changed files with 240 additions and 30 deletions
|
@ -612,6 +612,10 @@ void System::PrepareReschedule(const u32 core_index) {
|
|||
impl->kernel.PrepareReschedule(core_index);
|
||||
}
|
||||
|
||||
size_t System::GetCurrentHostThreadID() const {
|
||||
return impl->kernel.GetCurrentHostThreadID();
|
||||
}
|
||||
|
||||
PerfStatsResults System::GetAndResetPerfStats() {
|
||||
return impl->GetAndResetPerfStats();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue