Home
last modified time | relevance | path

Searched refs:RPU (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1527 UInt64 RPU; member
1528 void Init() { NumIterations = 0; Rating = 0; Usage = 0; RPU = 0; } in Init()
1533 RPU = (r1.RPU + r2.RPU); in SetSum()
1636 res->RPU += rpu; in PrintResults()
1648 …PrintResults(f, res.Usage / numIterations, res.RPU / numIterations, res.Rating / numIterations, sh… in PrintTotals()