Searched refs:PrintRequirements (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/7zip/UI/Console/ |
D | BenchCon.cpp | 147 static void PrintRequirements(FILE *f, const char *sizeString, UInt64 size, const char *threadsStri… in PrintRequirements() function 163 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs); in LzmaBenchCon() 182 …PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: … in LzmaBenchCon() 249 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs); in CrcBenchCon()
|