From 38e692da04c6fa2820f175ca5dd40476166f87db Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Nov 2003 05:20:44 +0000 Subject: Add note about profile.sh llvm-svn: 9652 --- llvm/docs/CommandGuide/llvm-prof.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide/llvm-prof.html') 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 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

-- cgit v1.2.3