MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetNumCores

Function GetNumCores

src/util/system.cpp:1394–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394int GetNumCores()
1395{
1396 return std::thread::hardware_concurrency();
1397}
1398
1399// Obtain the application startup time (used for uptime calculation)
1400int64_t GetStartupTime()

Callers 4

SetupServerArgsFunction · 0.85
AppInitMainFunction · 0.85
OptionsDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected