Lines Matching refs:GlobalTime
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, info.GlobalFreq, info.UnpackSize * info.NumIterations);
3052 const UInt64 rating = BenchProps.GetRating_Dec(info.GlobalTime, info.GlobalFreq, info.UnpackSize, info.PackSize, info.NumIterations);