aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-prof.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-02 05:20:44 +0000
committerChris Lattner <sabre@nondot.org>2003-11-02 05:20:44 +0000
commitf22d84389f0fc48c077bc1c7b42bb04a3dce990b (patch)
tree7d4d5a44e0988c227bf3c7a4432aae790b6ff7cb /docs/CommandGuide/llvm-prof.html
parent1ca922110d262161ce922ce314bcdaadf5bbe752 (diff)
Add note about profile.sh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-prof.html')
-rw-r--r--docs/CommandGuide/llvm-prof.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-prof.html b/docs/CommandGuide/llvm-prof.html
index 2f99df5163..6e3cd7542b 100644
--- a/docs/CommandGuide/llvm-prof.html
+++ b/docs/CommandGuide/llvm-prof.html
@@ -18,6 +18,10 @@ 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>
+This program is often used in conjunction with the <tt>utils/profile.sh</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>
<h3>OPTIONS</h3>