• Home
  • Raw
  • Download

Lines Matching refs:rating

593 UInt64 CBenchInfo::GetRatingPerUsage(UInt64 rating) const  in GetRatingPerUsage()
605 return userFreq * globalTime / globalFreq * rating / userTime; in GetRatingPerUsage()
1775 static void PrintRating(IBenchPrintCallback &f, UInt64 rating, unsigned size) in PrintRating() argument
1777 PrintNumber(f, (rating + 500000) / 1000000, size); in PrintRating()
1799 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool show… in PrintResults() argument
1803 PrintRating(f, rating, kFieldSize_Rating); in PrintResults()
1813 PrintPercents(f, (rating * 10000), ddd, kFieldSize_EU); in PrintResults()
1814 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec); in PrintResults()
1822 UInt64 rating, in PrintResults() argument
1835 UInt64 rpu = info.GetRatingPerUsage(rating); in PrintResults()
1838 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults()
1846 res->Rating += (rating * weight); in PrintResults()
2006 …UInt64 rating = BenchProps.GetCompressRating(DictSize, info.GlobalTime, info.GlobalFreq, info.Unpa… in SetEncodeResult() local
2008 EncodeWeight, rating, in SetEncodeResult()
2023 …UInt64 rating = BenchProps.GetDecompressRating(info.GlobalTime, info.GlobalFreq, info.UnpackSize, … in SetDecodeResult() local
2033 DecodeWeight, rating, in SetDecodeResult()
2199 UInt64 rating = info.GetSpeed(numCommands); in FreqBench() local
2200 cpuFreq = rating / numThreads; in FreqBench()
2203 rating, in FreqBench()
2344 UInt64 rating = info.GetSpeed(numCommands); in CrcBench() local
2346 benchWeight, rating, in CrcBench()