The new option allows user to
- dump raw/indexed format into text profile format
- merge the profile and output into text profile format.
Note that Value Profiling data text format is not yet designed. That functionality will be added later.
Paths
| Differential D14894
[PGO] Add --text-format option for llvm-profdata show|merge commands ClosedPublic Authored by davidxl on Nov 20 2015, 4:13 PM.
Details Summary The new option allows user to
Note that Value Profiling data text format is not yet designed. That functionality will be added later.
Diff Detail
Event TimelineComment Actions
Comment Actions Looks good with minor nits
davidxl edited edge metadata. davidxl marked 3 inline comments as done. Comment ActionsAddressed feedbacks from review comments. Also make the show|merge text dump option the same (for consistency). Closed by commit rL253913: [PGO] Add --text option for llvm-profdata show|merge commands (authored by davidxl). · Explain WhyNov 23 2015, 12:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40964 llvm/trunk/docs/CommandGuide/llvm-profdata.rst
llvm/trunk/include/llvm/ProfileData/InstrProfWriter.h
llvm/trunk/lib/ProfileData/InstrProfWriter.cpp
llvm/trunk/test/tools/llvm-profdata/Inputs/basic.proftext
llvm/trunk/test/tools/llvm-profdata/text-dump.test
llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp
|