Add new commandline option
authorChris Lattner <sabre@nondot.org>
Thu, 6 Nov 2003 20:29:33 +0000 (20:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Nov 2003 20:29:33 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9755 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-prof.html

index 6e3cd7542ba410d97520a0135e40aa6895f94db9..597d38e8e4b6d94a49751d67464f5457428b0563 100644 (file)
@@ -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>