Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h39 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench = false);
DBench.cpp1443 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary, bool totalBench) in GetBenchMemoryUsage() argument
1447 bool lzmaMt = (totalBench || numThreads > 1); in GetBenchMemoryUsage()
1449 if (!totalBench && lzmaMt) in GetBenchMemoryUsage()