From: Chris Lattner Date: Sun, 2 Nov 2003 05:20:44 +0000 (+0000) Subject: Add note about profile.sh X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f22d84389f0fc48c077bc1c7b42bb04a3dce990b;p=oota-llvm.git Add note about profile.sh git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9652 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-prof.html b/docs/CommandGuide/llvm-prof.html index 2f99df5163f..6e3cd7542ba 100644 --- a/docs/CommandGuide/llvm-prof.html +++ b/docs/CommandGuide/llvm-prof.html @@ -18,6 +18,10 @@ The llvm-prof tool reads in an 'llvmprof.out' file, a bytecode file for the program, and produces a human readable report, suitable for determining where the program hotspots are.

+This program is often used in conjunction with the utils/profile.sh +script. This script automatically instruments a program, runs it with the JIT, +then runs llvm-prof to format a report. To get more information about +utils/profile.sh, execute it with the --help option.

OPTIONS