Initial checkin of function and block profiling runtime library
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 18:56:51 +0000 (18:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 18:56:51 +0000 (18:56 +0000)
commita9a3028935e5b4fbcb9b25fc9fe4069fd3e46b09
treea5b2375ec3d5b61e5d210fff7e5ac67db483a09c
parent00ba55e59312602fc064c914203dfc5e3b32f872
Initial checkin of function and block profiling runtime library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9546 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libprofile/BlockProfiling.c [new file with mode: 0644]
runtime/libprofile/CommonProfiling.c [new file with mode: 0644]
runtime/libprofile/FunctionProfiling.c [new file with mode: 0644]
runtime/libprofile/Makefile [new file with mode: 0644]
runtime/libprofile/Profiling.h [new file with mode: 0644]
runtime/libprofile/exported_symbols.lst [new file with mode: 0644]