[llvm-dev] LLVM 3.3 path profiling output reader

Andrew Santosa via llvm-dev llvm-dev at lists.llvm.org
Sat Oct 28 01:28:30 PDT 2017


We needed to use LLVM 3.3 path profiler in our project. Since the
actual output file format is a bit different from the paper:
https://llvm.org/pubs/2010-12-Preuss-PathProfiling.html

I wrote a simple reader for the path profiler to simply print the
output file on screen in a more human-readable format.
https://github.com/fp-analysis/llvmprof-reader

I'm wondering if anyone else would find the the code useful. 
Please also let me know if there is a path profiler for newer LLVM
versions.

Regards,
Andrew



More information about the llvm-dev mailing list