MCPcopy 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
253void PerformanceMetrics::SetGSSWThreadCount(u32 count)
254{
255 s_gs_sw_threads.clear();
256 s_gs_sw_threads.resize(count);
257}
258
259void PerformanceMetrics::SetGSSWThread(u32 index, Threading::ThreadHandle thread)
260{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected