mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-30 06:38:14 +00:00
Fix documentation bugs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9f960e39d
commit
1fa3dabc4b
@ -10,18 +10,19 @@
|
|||||||
<tt>llvm-prof</tt>
|
<tt>llvm-prof</tt>
|
||||||
|
|
||||||
<h3>SYNOPSIS</h3>
|
<h3>SYNOPSIS</h3>
|
||||||
<tt>llvm-prof [options] [bytecode file] [LLVM passes]</tt>
|
<tt>llvm-prof [options] [bytecode file] [llvmprof.out]</tt>
|
||||||
|
|
||||||
<h3>DESCRIPTION</h3>
|
<h3>DESCRIPTION</h3>
|
||||||
|
|
||||||
The <tt>llvm-prof</tt> tool reads in an '<tt>llvmprof.out</tt>' file, a bytecode
|
The <tt>llvm-prof</tt> tool reads in an '<tt>llvmprof.out</tt>' file (which can
|
||||||
file for the program, and produces a human readable report, suitable for
|
optionally use a specific file with the third program argument), a bytecode file
|
||||||
determining where the program hotspots are.<p>
|
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>
|
This program is often used in conjunction with the <tt>utils/profile.pl</tt>
|
||||||
script. This script automatically instruments a program, runs it with the JIT,
|
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
|
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>
|
<tt>utils/profile.pl</tt>, execute it with the <tt>--help</tt> option.<p>
|
||||||
|
|
||||||
<h3>OPTIONS</h3>
|
<h3>OPTIONS</h3>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user