Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaBench.java330 long totalDecodeTime = 0; in LzmaBenchmark() local
381 totalDecodeTime += decodeTime; in LzmaBenchmark()
387 PrintResults(dictionarySize, totalDecodeTime, in LzmaBenchmark()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs286 UInt64 totalDecodeTime = 0; in LzmaBenchmark()
328 totalDecodeTime += decodeTime; in LzmaBenchmark()
334 PrintResults(dictionarySize, totalDecodeTime, in LzmaBenchmark()