Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions clang/docs/UsersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2792,6 +2792,9 @@ usual build cycle when using sample profilers for optimization:

$ llvm-profgen --binary=./code --output=code.prof --perfdata=perf.data

Please note, ``perf.data`` must be collected with ``-b`` flag to Linux ``perf``
for the above step to work.

When using SEP the output is in the textual format corresponding to
``llvm-profgen --perfscript``. For example:

Expand Down
Loading