Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java328 long totalBenchSize = 0; in LzmaBenchmark() local
379 totalBenchSize += benchSize; in LzmaBenchmark()
385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0); in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs284 UInt64 totalBenchSize = 0; in LzmaBenchmark()
326 totalBenchSize += benchSize; in LzmaBenchmark()
332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0); in LzmaBenchmark()