MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / get_cpu_count

Function get_cpu_count

Source/astcenccli_platform_dependents.cpp:139–143  ·  view source on GitHub ↗

See header for documentation */

Source from the content-addressed store, hash-verified

137
138/* See header for documentation */
139int get_cpu_count()
140{
141 DWORD cpu_count = GetActiveProcessorCount(ALL_PROCESSOR_GROUPS);
142 return static_cast<int>(cpu_count);
143}
144
145/* See header for documentation */
146double get_time()

Callers 2

set_group_affinityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected