[PATCH] D16005: Display detailed profile summary in llvm-profdata tool
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 12:46:26 PST 2016
vsk added a comment.
Lgtm, thanks.
================
Comment at: tools/llvm-profdata/llvm-profdata.cpp:45
@@ +44,3 @@
+struct ProfileSummaryEntry {
+ uint32_t Cutoff; //< The required percentile of total execution count.
+ uint64_t MinBlockCount; //< The minimum execution count for this percentile.
----------------
eraman wrote:
> Let me know if this looks better.
Looks great!
http://reviews.llvm.org/D16005
More information about the llvm-commits
mailing list