Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp80 << format("%.1f", floor((DV.BlockRThroughput * 10) + 0.5) / 10) in printView()
95 DV.BlockRThroughput = computeBlockRThroughput(SM, DispatchWidth, NumMicroOps, in collectData()
109 {"BlockRThroughput", DV.BlockRThroughput}}); in toJSON()
H A DSummaryView.h57 double BlockRThroughput; member