Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java346 long encodeTime = System.currentTimeMillis() - progressInfo.Time; in LzmaBenchmark() local
374 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()
380 totalEncodeTime += encodeTime; in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
321 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()
327 totalEncodeTime += encodeTime; in LzmaBenchmark()