From 39a7421816c8e92fa44d1368dae518d8cda7ac97 Mon Sep 17 00:00:00 2001 From: tomlu Date: Thu, 12 Oct 2017 03:18:29 +0200 Subject: Make blaze dump docs external. The dump command is readily available from bazel, so I don't see why the docs should be closed. PiperOrigin-RevId: 171904287 --- site/docs/user-manual.html | 47 ++-------------------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) (limited to 'site/docs/user-manual.html') diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html index abf6253807..1773f45ba5 100644 --- a/site/docs/user-manual.html +++ b/site/docs/user-manual.html @@ -25,6 +25,8 @@ title: User Manual canonicalize-flags Canonicalize Bazel flags. clean Removes output files and optionally stops the server. + dump Dumps the internal state of the Bazel server process. + help Prints help for commands, or the index. info Displays runtime info about the bazel server. @@ -3198,51 +3200,6 @@ adb -s deadbeef install ... printed to the console.

-

The analyze-profile command

- -

- The analyze-profile command analyzes data previously gathered - during the build using --profile option. It provides several - options to either perform analysis of the build execution or export data in - the specified format. - -

-

- The following options are supported: -

- - -

- See the section on Troubleshooting performance by profiling for - format details and usage help. -

The canonicalize-flags command

-- cgit v1.2.3