$FreeBSD$
Man page generated from reStructuredText.
.
"LLVM-PROFDATA" "1" "2015-05-30" "3.7" "LLVM"
NAME
llvm-profdata - Profile data tool . .nr rst2man-indent-level 0 . \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .rstReportMargin pre:
. RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .rstReportMargin post:
.. . RE indent \\n[an-margin]
old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1 new: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
SYNOPSIS
llvm-profdata command [args...]
DESCRIPTION
The llvm-profdata tool is a small utility for working with profile data files.
COMMANDS
NDENT 0.0
\(bu 2
\%merge
\(bu 2
\%show NINDENT
MERGE
SYNOPSIS
llvm-profdata merge [options] [filenames...]
DESCRIPTION
llvm-profdata merge takes several profile data files generated by PGO instrumentation and merges them together into a single indexed profile data file.
OPTIONS
NDENT 0.0

-help Print a summary of command line options. NINDENT NDENT 0.0

-output=output, -o=output Specify the output file name. Output cannot be - as the resulting indexed profile data can\(aqt be written to standard output. NINDENT

SHOW
SYNOPSIS
llvm-profdata show [options] [filename]
DESCRIPTION
llvm-profdata show takes a profile data file and displays the information about the profile counters for this file and for any of the specified function(s). If filename is omitted or is -, then llvm-profdata show reads its input from standard input.
OPTIONS
NDENT 0.0

-all-functions Print details for every function. NINDENT NDENT 0.0

-counts Print the counter values for the displayed functions. NINDENT NDENT 0.0

-function=string Print details for a function if the function\(aqs name contains the given string. NINDENT NDENT 0.0

-help Print a summary of command line options. NINDENT NDENT 0.0

-output=output, -o=output Specify the output file name. If output is - or it isn\(aqt specified, then the output is sent to standard output. NINDENT

EXIT STATUS
llvm-profdata returns 1 if the command is omitted or is invalid, if it cannot read input files, or if there is a mismatch between their data.
AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
COPYRIGHT
2003-2014, LLVM Project Generated by docutils manpage writer.
.