This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-04 10:04:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4207c6759c
llvm
/
tools
/
llvm-profdata
/
CMakeLists.txt
6 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
llvm-profdata: Use the Profile library, implement show and generate This replaces the llvm-profdata tool with a version that uses the recently introduced Profile library. The new tool has the ability to generate and summarize profdata files as well as merging them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203704 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-12 20:14:17 +00:00
set
(
LLVM_LINK_COMPONENTS
core
profile
support
)
PGO: llvm-profdata: tool for merging profiles Introducing llvm-profdata, a tool for merging profile data generated by PGO instrumentation in clang. - The name indicates a file extension of <name>.profdata. Eventually profile data output by clang should be changed to that extension. - llvm-profdata merges two profiles. However, the name is more general, since it will likely pick up more tasks (such as summarizing a single profile). - llvm-profdata parses the current text-based format, but will be updated once we settle on a binary format. <rdar://problem/15949645> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201535 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-17 23:22:49 +00:00
add_llvm_tool
(
llvm-profdata
l
l
v
m
-
p
r
o
f
d
a
t
a
.
c
p
p
)
Reference in New Issue
Copy Permalink