summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-06 20:29:33 +0000
committerChris Lattner <sabre@nondot.org>2003-11-06 20:29:33 +0000
commit934c9c9959b28b5e56f8ce4bf1040ce501538b95 (patch)
tree58065a19de9053b190787502e0822265bdef96e2 /docs
parentcde1cf3f9dccb42f546dcc4ca7d5f96abea0b050 (diff)
downloadllvm-934c9c9959b28b5e56f8ce4bf1040ce501538b95.tar.gz
llvm-934c9c9959b28b5e56f8ce4bf1040ce501538b95.tar.bz2
llvm-934c9c9959b28b5e56f8ce4bf1040ce501538b95.tar.xz
Add new commandline option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9755 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-prof.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-prof.html b/docs/CommandGuide/llvm-prof.html
index 6e3cd7542b..597d38e8e4 100644
--- a/docs/CommandGuide/llvm-prof.html
+++ b/docs/CommandGuide/llvm-prof.html
@@ -26,13 +26,19 @@ then runs <tt>llvm-prof</tt> to format a report. To get more information about
<h3>OPTIONS</h3>
<ul>
- <li><tt>-annotated-llvm</tt> or <tt>-A</tt><br>
+ <li><tt>--annotated-llvm</tt> or <tt>-A</tt><br>
In addition to the normal report printed, print out the code for the
program, annotated we execution frequency information. This can be
particularly useful when trying to visualize how frequently basic blocks
are executed. This is most useful with basic block profiling
information or better.<p>
+
+ <li><tt>--print-all-code</tt><br>
+
+ Using this option enables the <tt>--annotated-llvm</tt> option, but it
+ prints the entire module, instead of just the most commonly executed
+ functions.<p>
</ul>
<h3>EXIT STATUS</h3>