[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-prof.html

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 1 23:21:01 PST 2003


Changes in directory llvm/docs/CommandGuide:

llvm-prof.html updated: 1.1 -> 1.2

---
Log message:

Add note about profile.sh



---
Diffs of the changes:  (+4 -0)

Index: llvm/docs/CommandGuide/llvm-prof.html
diff -u llvm/docs/CommandGuide/llvm-prof.html:1.1 llvm/docs/CommandGuide/llvm-prof.html:1.2
--- llvm/docs/CommandGuide/llvm-prof.html:1.1	Sat Nov  1 20:10:54 2003
+++ llvm/docs/CommandGuide/llvm-prof.html	Sat Nov  1 23:20:44 2003
@@ -18,6 +18,10 @@
 file 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>
+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
+<tt>utils/profile.sh</tt>, execute it with the <tt>--help</tt> option.<p>
 
 <h3>OPTIONS</h3>
 





More information about the llvm-commits mailing list