aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-09-01 16:13:14 +0000
committerGravatar John Field <jfield@google.com>2015-09-02 00:58:17 +0000
commit6d7a0a610d09f2646c73c03f86dd71917a8783da (patch)
treeef81fb7600257b3a8acb4916f48b153a41e3189f /site
parent7ba1731ad47eb86b8c14247b05240404d258175f (diff)
Collect Skylark profile info and create HTML statistics when --html_details given
-- MOS_MIGRATED_REVID=102046602
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index b0359ab2d2..2ce36ea105 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -3277,6 +3277,28 @@ adb -s deadbeef install ...
the specified format.
</p>
+<p>
+ The following options are supported:
+</p>
+<ul>
+ <li><code id='flag--dump'>--dump=text</code> displays all gathered data in a
+ <a href='#dump-text-format'>human-readable format</a></li>
+ <li><code>--dump=raw</code> displays all gathered data in a
+ <a href='#dump-raw-format'>script-friendly format</a></li>
+ <li><code id='flag--html'>--html</code> generates an <a href='#dump-html-format'>HTML file</a> visualizing the
+ actions and rules executed in the build, as well as summary statistics for the build
+ <ul>
+ <li><code id='flag--html_details'>--html_details</code> adds more fine-grained
+ information on actions and rules to the HTML visualization</li>
+ </ul>
+ </li>
+</ul>
+
+<p>
+ See the section on <a href='#profiling'>Troubleshooting performance by profiling</a> for
+ format details and usage help.
+
+</p>
<h3 id='canonicalize'>The <code>canonicalize-flags</code> command</h3>