Re: [PATCH v3 0/6] perf report: Show branch flags/cycles in --branch-history callgraph view

From: Jin, Yao
Date: Tue Oct 25 2016 - 21:23:50 EST


If I change it to, for example: removed iterations: 20%

Is that OK?

Thanks
Jin Yao

On 10/26/2016 9:19 AM, Andi Kleen wrote:
| |
| |--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