[PATCH] ProfileData: A library for reading and writing profiling data

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Mar 13 22:09:37 PDT 2014


On 2014 Mar 13, at 17:06, Justin Bogner <mail at justinbogner.com> wrote:

> Hi chandlerc, dnovillo,
> 
> This provides a library to work with profiling data, and introduces a
> reader and writer for the format that is used by clang's -fprofile-instr
> options and the llvm-profdata tool.
> 
> 
> 
> 
> http://llvm-reviews.chandlerc.com/D3074
> 
> Files:
>  include/llvm/ProfileData/InstrProf.h
>  include/llvm/ProfileData/InstrProfReader.h
>  include/llvm/ProfileData/InstrProfWriter.h
>  include/llvm/Support/LineIterator.h
>  lib/CMakeLists.txt
>  lib/LLVMBuild.txt
>  lib/Makefile
>  lib/ProfileData/CMakeLists.txt
>  lib/ProfileData/InstrProf.cpp
>  lib/ProfileData/InstrProfReader.cpp
>  lib/ProfileData/InstrProfWriter.cpp
>  lib/ProfileData/LLVMBuild.txt
>  lib/ProfileData/Makefile
> <D3074.1.patch>_______________________________________________

LGTM, although maybe Chandler still has concerns?



More information about the llvm-commits mailing list