Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp76 << 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()
H A DSummaryView.h56 double UOpsPerCycle; member