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 40862 docs/CommandGuide/llvm-profdata.rst
include/llvm/ProfileData/InstrProfWriter.h
lib/ProfileData/InstrProfWriter.cpp
test/tools/llvm-profdata/Inputs/basic.proftext
test/tools/llvm-profdata/text-dump.test
tools/llvm-profdata/llvm-profdata.cpp
|
Please move your description under the .. option:: -text-format heading. The rest of the descriptions here start with an imperative, so maybe we can use "Enables ..."?