[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-prof.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Nov 6 14:30:02 PST 2003
Changes in directory llvm/docs/CommandGuide:
llvm-prof.html updated: 1.2 -> 1.3
---
Log message:
Add new commandline option
---
Diffs of the changes: (+7 -1)
Index: llvm/docs/CommandGuide/llvm-prof.html
diff -u llvm/docs/CommandGuide/llvm-prof.html:1.2 llvm/docs/CommandGuide/llvm-prof.html:1.3
--- llvm/docs/CommandGuide/llvm-prof.html:1.2 Sat Nov 1 23:20:44 2003
+++ llvm/docs/CommandGuide/llvm-prof.html Thu Nov 6 14:29:33 2003
@@ -26,13 +26,19 @@
<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>
More information about the llvm-commits
mailing list