Searched refs:TotalUOps (Results 1 – 2 of 2) sorted by relevance
73 TempStream << "\nTotal uOps: " << DV.TotalUOps << '\n'; in printView()92 DV.TotalUOps = NumMicroOps * DV.Iterations; in collectData()93 DV.UOpsPerCycle = (double)DV.TotalUOps / TotalCycles; in collectData()105 {"TotaluOps", DV.TotalUOps}, in toJSON()
54 unsigned TotalUOps; member