Searched refs:RPU (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.h | 49 UInt64 NumIterations2; // for Rating / RPU
53 UInt64 RPU;
member 56 void Init() { /* NumIterations1 = 0; */ NumIterations2 = 0; Rating = 0; Usage = 0; RPU = 0; Speed = 0; }
in Init() 62 RPU = (r1.RPU + r2.RPU);
in SetSum()
|
H A D | Bench.cpp | 2803 RPU = info.GetRatingPerUsage(Rating);
2809 RPU *= weight;
2819 RPU += r.RPU;
2846 PrintResults(*f, t.Usage, t.RPU, rating, showFreq, cpuFreq);
2869 PrintResults(f, res.Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2, showFreq, cpuFreq);
|
Completed in 4 milliseconds