[PATCH] D24783: [Profile] show distribution/histogram of indirect call profiles
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 20 14:11:12 PDT 2016
davidxl added a comment.
For reference, xalanbmk IC histogram:
NumTargets, SiteCount
1, 1360
2, 73
3, 16
4, 4
5, 2
6, 3
7, 1
8, 9
dealII:
IC Value histogram :
NumTargets, SiteCount
1, 93
2, 13
povray:
IC Value histogram :
NumTargets, SiteCount
1, 30
2, 6
3, 2
4, 1
5, 2
6, 6
7, 1
8, 1
omnetpp:
IC Value histogram :
NumTargets, SiteCount
1, 181
2, 12
3, 4
4, 1
5, 0
6, 0
7, 3
8, 3
https://reviews.llvm.org/D24783
More information about the llvm-commits
mailing list