• Home
  • Raw
  • Download

Lines Matching refs:rating

596 UInt64 CBenchInfo::GetRatingPerUsage(UInt64 rating) const  in GetRatingPerUsage()
608 return userFreq * globalTime / globalFreq * rating / userTime; in GetRatingPerUsage()
1777 static void PrintRating(IBenchPrintCallback &f, UInt64 rating, unsigned size) in PrintRating() argument
1779 PrintNumber(f, (rating + 500000) / 1000000, size); in PrintRating()
1801 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool show… in PrintResults() argument
1805 PrintRating(f, rating, kFieldSize_Rating); in PrintResults()
1815 PrintPercents(f, (rating * 10000), ddd, kFieldSize_EU); in PrintResults()
1816 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec); in PrintResults()
1824 UInt64 rating, in PrintResults() argument
1837 UInt64 rpu = info.GetRatingPerUsage(rating); in PrintResults()
1840 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults()
1848 res->Rating += (rating * weight); in PrintResults()
1923 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult() local
1925 EncodeWeight, rating, in SetEncodeResult()
1940 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult() local
1950 DecodeWeight, rating, in SetDecodeResult()
2116 UInt64 rating = info.GetSpeed(numCommands); in FreqBench() local
2117 cpuFreq = rating / numThreads; in FreqBench()
2120 rating, in FreqBench()
2261 UInt64 rating = info.GetSpeed(numCommands); in CrcBench() local
2263 benchWeight, rating, in CrcBench()