aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/analyze-profile.txt
blob: fd855745df9ac59d2cc36fc07e176528c35f6b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

Usage: %{product} %{command} <options> <profile-files> [<profile-file> ...]

Analyzes build profile data for the given profile data files.

Analyzes each specified profile data file and prints the results.  The
input files must have been produced by the '%{product} build
--profile=file' command.

By default, a summary of the analysis is printed.  For post-processing
with scripts, the --dump=raw option is recommended, causing this
command to dump profile data in easily-parsed format.

%{options}