Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ SetGSSWThreadCount
Method
SetGSSWThreadCount
pcsx2/PerformanceMetrics.cpp:253–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void PerformanceMetrics::SetGSSWThreadCount(u32 count)
254
{
255
s_gs_sw_threads.clear();
256
s_gs_sw_threads.resize(count);
257
}
258
259
void PerformanceMetrics::SetGSSWThread(u32 index, Threading::ThreadHandle thread)
260
{
Callers
nothing calls this directly
Calls
2
clear
Method · 0.45
resize
Method · 0.45
Tested by
no test coverage detected