HomeSort by relevance Sort by last modified time
    Searched refs:totalBenchSize (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/SevenZip/
LzmaBench.java 328 long totalBenchSize = 0;
379 totalBenchSize += benchSize;
385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 284 UInt64 totalBenchSize = 0;
326 totalBenchSize += benchSize;
332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);

Completed in 5588 milliseconds