aboutsummaryrefslogtreecommitdiffstats
path: root/utils/profile.pl
Commit message (Collapse)AuthorAgeFilesLines
* Default to using edge countsChris Lattner2004-03-081-9/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12234 91177308-0d34-0410-b5e6-96231b3b80d8
* Make block profiling the defaultChris Lattner2004-02-101-6/+21
| | | | | | | | add a new -function argument Add a new -o argument to specify where to put llvmprof.out data git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11265 91177308-0d34-0410-b5e6-96231b3b80d8
* Add -help optionChris Lattner2003-11-021-2/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9651 91177308-0d34-0410-b5e6-96231b3b80d8
* Pass unrecognized options into llvmprofChris Lattner2003-10-291-2/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9596 91177308-0d34-0410-b5e6-96231b3b80d8
* Add option for block profiling, pass in the "correct" argv[0] to the programChris Lattner2003-10-281-6/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9566 91177308-0d34-0410-b5e6-96231b3b80d8
* Helper script for collecting profiling instrumentation. Simply runChris Lattner2003-10-281-0/+44
$ profile.pl foo.bc <args> ... to instrument, run, then print a program profile! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9560 91177308-0d34-0410-b5e6-96231b3b80d8