MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetNumCores

Function GetNumCores

src/util.cpp:1215–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215int GetNumCores()
1216{
1217 return std::thread::hardware_concurrency();
1218}
1219
1220std::string CopyrightHolders(const std::string& strPrefix)
1221{

Callers 4

SetupServerArgsFunction · 0.85
OptionsDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected