Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DBench.h13 UInt64 GlobalTime; member
DBench.cpp506 BenchInfo.GlobalTime = ::GetTimeCount(); in SetStartTime()
514 dest.GlobalTime = ::GetTimeCount() - BenchInfo.GlobalTime; in SetFinishTime()
582 UInt64 globalTime = GlobalTime; in GetUsage()
597 UInt64 globalTime = GlobalTime; in GetRatingPerUsage()
619 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq); in GetSpeed()
2006 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult()
2023 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult()