Home
last modified time | relevance | path

Searched refs:numCPUs (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2454 UInt32 numCPUs = 1; in Bench() local
2458 numCPUs = NSystem::GetNumberOfProcessors(); in Bench()
2463 UInt32 numThreadsSpecified = numCPUs; in Bench()
2565 RINOK(ParseMtProp(s, propVariant, numCPUs, numThreadsSpecified)); in Bench()
2645 …Requirements(*printCallback, "size: ", ramSize_Defined, ramSize, "CPU hardware threads:", numCPUs); in Bench()
2805 if (numCPUs < 2) in Bench()
2807 numThreads = numCPUs; in Bench()
2810 if (numCPUs >= 4) in Bench()
2811 numThreads = numCPUs / 2; in Bench()
2813 else if (numCPUs < 4) in Bench()