Home
last modified time | relevance | path

Searched refs:rating (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs218 static void PrintRating(UInt64 rating) in PrintRating() argument
220 PrintValue(rating / 1000000); in PrintRating()
233 UInt64 rating; in PrintResults()
235 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults()
237 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()
238 PrintRating(rating); in PrintResults()
/third_party/lzma/Java/SevenZip/
H A DLzmaBench.java269 static void PrintRating(long rating) in PrintRating() argument
271 PrintValue(rating / 1000000); in PrintRating()
284 long rating; in PrintResults()
286 rating = GetDecompressRating(elapsedTime, size, secondSize); in PrintResults()
288 rating = GetCompressRating(dictionarySize, elapsedTime, size); in PrintResults()
289 PrintRating(rating); in PrintResults()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp729 UInt64 CBenchInfo::GetRatingPerUsage(UInt64 rating) const
743 * (double)(Int64)rating;
747 MyMultDiv64(rating, UserFreq, UserTime),
2749 static void PrintRating(IBenchPrintCallback &f, UInt64 rating, unsigned size)
2751 PrintNumber(f, (rating + 500000) / 1000000, size);
2781 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq)
2785 PrintRating(f, rating, kFieldSize_Rating);
2792 PrintPercents(f, rating, cpuFreq * usage / kBenchmarkUsageMult, kFieldSize_EU);
2793 PrintPercents(f, rating, cpuFreq, kFieldSize_Effec);
2828 UInt64 rating,
[all...]
H A DBench.h35 UInt64 GetRatingPerUsage(UInt64 rating) const;

Completed in 4 milliseconds