MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / CPUCount

Function CPUCount

Engine/source/platform/platformCPUCount.cpp:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39
40EConfig CPUCount(U32& TotAvailLogical, U32& TotAvailCore, U32& PhysicalNum)
41{
42 TotAvailLogical = 6;
43 TotAvailCore = 6;
44 PhysicalNum = 3;
45
46 return CONFIG_MultiCoreAndHTEnabled;
47}
48
49}; // namespace
50#else

Callers 2

SetProcessorInfoFunction · 0.70
ThreadPoolMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected