Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
DBench.cpp865 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary) in GetBenchMemoryUsage() function
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp172 if (GetBenchMemoryUsage(numThreads, ((UInt32)1 << dicSizeLog)) + (8 << 20) <= ramSize) in LzmaBenchCon()
182 …PrintRequirements(f, "usage:", GetBenchMemoryUsage(numThreads, dictionary), "Benchmark threads: … in LzmaBenchCon()