[PATCH] Add profile writing capabilities for sampling profiles.
Diego Novillo
dnovillo at google.com
Mon Oct 27 08:11:37 PDT 2014
Hi bogner, dexonsmith,
This patch finishes up support for handling sampling profiles in both
text and binary formats. The new binary format uses uleb128 encoding to
represent numeric values. This makes profiles files about 25% smaller.
The profile writer class can write profiles in the existing text and the
new binary format. In subsequent patches, I will add the capability to
read (and perhaps write) profiles in the gcov format used by GCC.
Additionally, I will be adding support in llvm-profdata to manipulate
sampling profiles.
There was a bit of refactoring needed to separate some code that was in
the reader files, but is actually common to both the reader and writer.
The new test checks that reading the same profile encoded as text or
raw, produces the same results.
http://reviews.llvm.org/D6000
Files:
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/ProfileData/SampleProfWriter.h
lib/ProfileData/CMakeLists.txt
lib/ProfileData/SampleProf.cpp
lib/ProfileData/SampleProfReader.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Transforms/Scalar/SampleProfile.cpp
test/Transforms/SampleProfile/Inputs/fnptr.binprof
test/Transforms/SampleProfile/Inputs/fnptr.prof
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/syntax.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6000.15492.patch
Type: text/x-patch
Size: 47489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141027/2dff80c3/attachment.bin>
More information about the llvm-commits
mailing list