summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-prof.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-10 18:04:24 +0000
committerChris Lattner <sabre@nondot.org>2004-02-10 18:04:24 +0000
commitcad1501db88dbe565b3c099c9a0fe5d7b407de10 (patch)
tree438eb58b11c7c1b3dcd24088ebe2d76ead54d2c0 /llvm/docs/CommandGuide/llvm-prof.html
parent7069bb2cd6f7f3de495a5d0a34af4696619936f2 (diff)
downloadbcm5719-llvm-cad1501db88dbe565b3c099c9a0fe5d7b407de10.tar.gz
bcm5719-llvm-cad1501db88dbe565b3c099c9a0fe5d7b407de10.zip
Fix documentation bugs
llvm-svn: 11267
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-prof.html')
-rw-r--r--llvm/docs/CommandGuide/llvm-prof.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.html b/llvm/docs/CommandGuide/llvm-prof.html
index 597d38e8e4b..5f1c48dcc1e 100644
--- a/llvm/docs/CommandGuide/llvm-prof.html
+++ b/llvm/docs/CommandGuide/llvm-prof.html
@@ -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>
OpenPOWER on IntegriCloud