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

Justin Bogner mail at justinbogner.com
Thu Mar 13 17:06:13 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3074.1.patch
Type: text/x-patch
Size: 21663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140313/681b3fb0/attachment.bin>


More information about the llvm-commits mailing list