Add note about profile.sh

llvm-svn: 9652
This commit is contained in:
Chris Lattner 2003-11-02 05:20:44 +00:00
parent 5d8e552cf1
commit 38e692da04
1 changed files with 4 additions and 0 deletions

View File

@ -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>