Searched refs:DDPerCycle (Results 1 – 1 of 1) sorted by relevance
597 double DDPerCycle = (double)BPI.DataDependencyCycles * 100 / TotalCycles; in printBottleneckHints() local626 << format("%.2f", floor((DDPerCycle * 100) + 0.5) / 100) << "% ]"; in printBottleneckHints()