Home
last modified time | relevance | path

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

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