hanchenye-llvm-project/llvm/runtime/libprofile
Andrew Trick 24f5ff0f23 Implementation of path profiling.
Modified patch by Adam Preuss.

This builds on the existing framework for block tracing, edge profiling and optimal edge profiling.
See -help-hidden for new flags.
For documentation, see the technical report "Implementation of Path Profiling..." in llvm.org/pubs.

llvm-svn: 124515
2011-01-29 01:09:53 +00:00
..
BasicBlockTracing.c
CommonProfiling.c Implementation of path profiling. 2011-01-29 01:09:53 +00:00
EdgeProfiling.c
Makefile Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. 2010-09-03 15:42:45 +00:00
OptimalEdgeProfiling.c
PathProfiling.c Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Profiling.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00
libprofile.exports Implementation of path profiling. 2011-01-29 01:09:53 +00:00