Searched refs:UOpsPerCycle (Results 1 – 2 of 2) sorted by relevance
76 << format("%.2f", floor((DV.UOpsPerCycle * 100) + 0.5) / 100); in printView()93 DV.UOpsPerCycle = (double)DV.TotalUOps / TotalCycles; in collectData()107 {"uOpsPerCycle", DV.UOpsPerCycle}, in toJSON()
56 double UOpsPerCycle; member