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

/external/lzma/CPP/7zip/UI/Common/
H A DBench.h11 UInt64 GlobalTime; member in struct:CBenchInfo
H A DBench.cpp422 BenchInfo.GlobalTime = ::GetTimeCount();
430 dest.GlobalTime = ::GetTimeCount() - BenchInfo.GlobalTime;
499 UInt64 globalTime = GlobalTime;
514 UInt64 globalTime = GlobalTime;
536 return MyMultDiv64(numCommands, GlobalTime, GlobalFreq);
1699 UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.UnpackSize * info.NumIterations);
1712 UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);

Completed in 104 milliseconds