1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/lib/Transforms/Instrumentation
Andrew Trick 72f17d97f3 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
..
CMakeLists.txt Implementation of path profiling. 2011-01-29 01:09:53 +00:00
EdgeProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Instrumentation.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
Makefile
MaximumSpanningTree.h
OptimalEdgeProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
PathProfiling.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
ProfilingUtils.cpp Implementation of path profiling. 2011-01-29 01:09:53 +00:00
ProfilingUtils.h Implementation of path profiling. 2011-01-29 01:09:53 +00:00