Searched refs:GlobalFreq (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 16 UInt64 GlobalFreq;
member
|
H A D | Bench.cpp | 564 BenchInfo.GlobalFreq = GetFreq();
709 UInt64 globalFreq = GlobalFreq;
736 UInt64 globalFreq = 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, info.GlobalFreq, info.UnpackSize * info.NumIterations);
3052 const UInt64 rating = BenchProps.GetRating_Dec(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);
|
Completed in 5 milliseconds