Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h11 UInt64 GlobalTime; member
DBench.cpp508 BenchInfo.GlobalTime = ::GetTimeCount(); in SetStartTime()
516 dest.GlobalTime = ::GetTimeCount() - BenchInfo.GlobalTime; in SetFinishTime()
585 UInt64 globalTime = GlobalTime; in GetUsage()
600 UInt64 globalTime = GlobalTime; in GetRatingPerUsage()
622 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed()
1923 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()
1940 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()