[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-prof.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 10 12:05:04 PST 2004
Changes in directory llvm/docs/CommandGuide:
llvm-prof.html updated: 1.3 -> 1.4
---
Log message:
Fix documentation bugs
---
Diffs of the changes: (+7 -6)
Index: llvm/docs/CommandGuide/llvm-prof.html
diff -u llvm/docs/CommandGuide/llvm-prof.html:1.3 llvm/docs/CommandGuide/llvm-prof.html:1.4
--- llvm/docs/CommandGuide/llvm-prof.html:1.3 Thu Nov 6 14:29:33 2003
+++ llvm/docs/CommandGuide/llvm-prof.html Tue Feb 10 12:04:24 2004
@@ -10,18 +10,19 @@
<tt>llvm-prof</tt>
<h3>SYNOPSIS</h3>
-<tt>llvm-prof [options] [bytecode file] [LLVM passes]</tt>
+<tt>llvm-prof [options] [bytecode file] [llvmprof.out]</tt>
<h3>DESCRIPTION</h3>
-The <tt>llvm-prof</tt> tool reads in an '<tt>llvmprof.out</tt>' file, a bytecode
-file for the program, and produces a human readable report, suitable for
-determining where the program hotspots are.<p>
+The <tt>llvm-prof</tt> tool reads in an '<tt>llvmprof.out</tt>' file (which can
+optionally use a specific file with the third program argument), a bytecode file
+for the program, and produces a human readable report, suitable for determining
+where the program hotspots are.<p>
-This program is often used in conjunction with the <tt>utils/profile.sh</tt>
+This program is often used in conjunction with the <tt>utils/profile.pl</tt>
script. This script automatically instruments a program, runs it with the JIT,
then runs <tt>llvm-prof</tt> to format a report. To get more information about
-<tt>utils/profile.sh</tt>, execute it with the <tt>--help</tt> option.<p>
+<tt>utils/profile.pl</tt>, execute it with the <tt>--help</tt> option.<p>
<h3>OPTIONS</h3>
More information about the llvm-commits
mailing list