Home
last modified time | relevance | path

Searched refs:GlobalTime (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp97 UInt64 speed = MyMultDiv64(info.UnpackSize, info.GlobalTime, info.GlobalFreq); in PrintResults()
121 …UInt64 rating = GetCompressRating(dictionarySize, info.GlobalTime, info.GlobalFreq, info.UnpackSiz… in SetEncodeResult()
136 …UInt64 rating = GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSi… in SetDecodeResult()
/external/lzma/CPP/7zip/UI/Common/
DBench.h10 UInt64 GlobalTime; member
DBench.cpp351 bi.GlobalTime = ::GetTimeCount(); in SetStartTime()
359 dest.GlobalTime = ::GetTimeCount() - biStart.GlobalTime; in SetFinishTime()
413 UInt64 globalTime = info.GlobalTime; in GetUsage()
428 UInt64 globalTime = info.GlobalTime; in GetRatingPerUsage()