Searched refs:GlobalTime (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 15 UInt64 GlobalTime;
member
|
H A D | Bench.cpp | 566 BenchInfo.GlobalTime = ::GetTimeCount();
574 dest.GlobalTime = ::GetTimeCount() - BenchInfo.GlobalTime;
708 UInt64 globalTime = GlobalTime;
741 ((double)(Int64)GlobalTime / (double)(Int64)globalFreq)
748 GlobalTime, globalFreq);
755 return MyMultDiv64(numUnits, GlobalFreq, GlobalTime);
845 return props.GetRating_Enc(dictSize, GlobalTime, GlobalFreq, UnpackSize * NumIterations);
852 return props.GetRating_Dec(GlobalTime, GlobalFreq, UnpackSize, PackSize, NumIterations);
3032 const UInt64 rating = BenchProps.GetRating_Enc(DictSize, info.GlobalTime, inf [all...] |
Completed in 3 milliseconds