Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java329 long totalEncodeTime = 0; in LzmaBenchmark() local
380 totalEncodeTime += encodeTime; in LzmaBenchmark()
385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0); in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs285 UInt64 totalEncodeTime = 0; in LzmaBenchmark()
327 totalEncodeTime += encodeTime; in LzmaBenchmark()
332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0); in LzmaBenchmark()