Searched refs:PrintRequirements (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp147 static void PrintRequirements(FILE *f, const char *sizeString, UInt64 size, const char *threadsString, UInt32 numThreads) function
163 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs);
182 PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: ", numThreads);
249 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs);

Completed in 584 milliseconds