Searched refs:encodeTime (Results 1 – 3 of 3) sorted by relevance
346 long encodeTime = System.currentTimeMillis() - progressInfo.Time; in LzmaBenchmark() local374 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()380 totalEncodeTime += encodeTime; in LzmaBenchmark()
299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()321 PrintResults(dictionarySize, encodeTime, benchSize, false, 0); in LzmaBenchmark()327 totalEncodeTime += encodeTime; in LzmaBenchmark()
300 double encodeTime = clock()/(double)CLOCKS_PER_SEC - in Perform() local302 _totalEncodeTime += encodeTime; in Perform()