diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-02 05:20:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-02 05:20:44 +0000 |
commit | 38e692da04c6fa2820f175ca5dd40476166f87db (patch) | |
tree | 487dfb219aa03920a1d232806b922321553029fb /llvm/docs/CommandGuide | |
parent | 5d8e552cf167bdaa21c9390c97c1e4ec76671fa7 (diff) | |
download | bcm5719-llvm-38e692da04c6fa2820f175ca5dd40476166f87db.tar.gz bcm5719-llvm-38e692da04c6fa2820f175ca5dd40476166f87db.zip |
Add note about profile.sh
llvm-svn: 9652
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-prof.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.html b/llvm/docs/CommandGuide/llvm-prof.html index 2f99df5163f..6e3cd7542ba 100644 --- a/llvm/docs/CommandGuide/llvm-prof.html +++ b/llvm/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> |