Lines Matching refs:profile
12 The :program:`llvm-profdata` tool is a small utility for working with profile
36 :program:`llvm-profdata merge` takes several profile data files
38 indexed profile data file.
40 By default profile data is merged without modification. This means that the
58 indexed profile data can't be written to standard output.
62 Specify an input file name along with a weight. The profile counts of the input
69 Specify that the input profile is an instrumentation-based profile.
73 Specify that the input profile is a sample-based profile.
79 Emit the profile using a binary encoding. For instrumentation-based profile
84 Emit the profile in text mode. This option can also be used with both
85 sample-based and instrumentation-based profile. When this option is used
86 the profile will be dumped in the text format that is parsable by the profile
91 Emit the profile using GCC's gcov format (Not yet supported).
132 :program:`llvm-profdata show` takes a profile data file and displays the
133 information about the profile counters for this file and
165 Specify that the input profile is an instrumentation-based profile.
169 Instruct the profile dumper to show profile counts in the text format of the
170 instrumentation-based profile data representation. By default, the profile
176 Specify that the input profile is a sample-based profile.