[PATCH] D79291: [llvm-profdata] Support -detailed-summary for Sample Profile
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 3 22:47:44 PDT 2020
wmi added inline comments.
================
Comment at: llvm/tools/llvm-profdata/llvm-profdata.cpp:839
+
+static void showDetailedSummary(ProfileSummary &PS, raw_fd_ostream &OS) {
+ OS << "Detailed summary:\n";
----------------
Can we make it a member function of ProfileSummary? We may use the dump function in other places.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79291/new/
https://reviews.llvm.org/D79291
More information about the llvm-commits
mailing list