MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / num_cpus

Method num_cpus

src/common/cpuinfo/CpuInfo.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550uint32_t CpuInfo::num_cpus() const
551{
552 return _cpus.size();
553}
554
555uint32_t CpuInfo::not_little_num_cpus() const
556{

Callers 1

get_cpu_numMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected