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

  /external/lzma/Java/SevenZip/
LzmaBench.java 329 long totalEncodeTime = 0;
380 totalEncodeTime += encodeTime;
385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 285 UInt64 totalEncodeTime = 0;
327 totalEncodeTime += encodeTime;
332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);

Completed in 167 milliseconds