From 1fa3dabc4b1cce020cb38ac7f76bbb28e7c1ce9d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 10 Feb 2004 18:04:24 +0000 Subject: Fix documentation bugs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11267 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-prof.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/llvm-prof.html b/docs/CommandGuide/llvm-prof.html index 597d38e8e4..5f1c48dcc1 100644 --- a/docs/CommandGuide/llvm-prof.html +++ b/docs/CommandGuide/llvm-prof.html @@ -10,18 +10,19 @@ llvm-prof

SYNOPSIS

-llvm-prof [options] [bytecode file] [LLVM passes] +llvm-prof [options] [bytecode file] [llvmprof.out]

DESCRIPTION

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

+The llvm-prof tool reads in an 'llvmprof.out' file (which can +optionally use a specific file with the third program argument), 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 +This program is often used in conjunction with the utils/profile.pl 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.

+utils/profile.pl, execute it with the --help option.

OPTIONS

-- cgit v1.2.3-18-g5258