Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp596 double DDPerCycle = (double)BPI.DataDependencyCycles * 100 / TotalCycles; in printBottleneckHints() local
625 << format("%.2f", floor((DDPerCycle * 100) + 0.5) / 100) << "% ]"; in printBottleneckHints()