From 763855342b6b9ccd9f2399e85d8651ac5ecd911c Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 2 Jul 2004 15:48:33 +0000 Subject: The HTML documentation is now automatically generated from POD source. llvm-svn: 14578 --- llvm/docs/CommandGuide/llvm-prof.html | 58 ----------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 llvm/docs/CommandGuide/llvm-prof.html (limited to 'llvm/docs/CommandGuide/llvm-prof.html') diff --git a/llvm/docs/CommandGuide/llvm-prof.html b/llvm/docs/CommandGuide/llvm-prof.html deleted file mode 100644 index ceba6527cf4..00000000000 --- a/llvm/docs/CommandGuide/llvm-prof.html +++ /dev/null @@ -1,58 +0,0 @@ - -LLVM: llvm-prof tool - - - -

LLVM: llvm-prof tool

-
- -

NAME

-llvm-prof - -

SYNOPSIS

-llvm-prof [options] [bytecode file] [llvmprof.out] - -

DESCRIPTION

- -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.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.pl, execute it with the --help option.

- -

OPTIONS

- - - -

EXIT STATUS

- -llvm-prof returns 1 if it cannot load the bytecode file or the profile -information. Otherwise, it exits with zero. - -
-Maintained by the LLVM Team. - - -- cgit v1.2.3