Re: [PATCH v3 0/6] perf report: Show branch flags/cycles in --branch-history callgraph view
From: Andi Kleen
Date: Tue Oct 25 2016 - 21:19:37 EST
> | |
> | |--29.93%--main div.c:39 (predicted:50.6%, cycles:1, removed loops:12954)
Removed loops should be divided by the number of samples to normalize it.
Also I would call it "iterations"
-Andi