aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/libprofile/Profiling.h
Commit message (Collapse)AuthorAgeFilesLines
* Share the profile info type enum with the C++ analysis libraries.Brian Gaeke2004-05-041-9/+5
| | | | | | | Add a documentation comment for write_profiling_data(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13345 91177308-0d34-0410-b5e6-96231b3b80d8
* Add basic block tracing information as a type of "profiling" information.Brian Gaeke2004-05-031-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13337 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the initialization calls return argc.Chris Lattner2004-02-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11261 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of function and block profiling runtime libraryChris Lattner2003-10-281-0/+34
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8