summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2015-03-26 22:41:45 -0700
committerBrian Carlstrom <bdc@google.com>2015-04-16 10:06:58 -0700
commitd7931acf4aa0816e9fa1891215bb57563a2ee459 (patch)
treeb68a451ac47ced5cf396c8fa07f3873924bcede8 /docs
parentb9a78c7939e9b31c807106166cafe65dc5af777d (diff)
downloadframeworks_base-d7931acf4aa0816e9fa1891215bb57563a2ee459.zip
frameworks_base-d7931acf4aa0816e9fa1891215bb57563a2ee459.tar.gz
frameworks_base-d7931acf4aa0816e9fa1891215bb57563a2ee459.tar.bz2
Document hprof-conv -z
Bug: 18473132 Change-Id: I3c0fcc2c15d4c590ed852f41aa4fd2a2531a6db8
Diffstat (limited to 'docs')
-rw-r--r--docs/html/tools/help/hprof-conv.jd6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/html/tools/help/hprof-conv.jd b/docs/html/tools/help/hprof-conv.jd
index f96def2..982f337 100644
--- a/docs/html/tools/help/hprof-conv.jd
+++ b/docs/html/tools/help/hprof-conv.jd
@@ -8,9 +8,13 @@ The <code>hprof-conv</code> tool converts the HPROF file that is
generated by the Android SDK tools to a standard format so you
can view the file in a profiling tool of your choice. </p>
-<pre> hprof-conv &lt;infile&gt; &lt;outfile&gt;</pre>
+<pre> hprof-conv [-z] &lt;infile&gt; &lt;outfile&gt;</pre>
<p>
You can use "-" for <code>&lt;infile&gt;</code> or <code>&lt;outfile&gt;</code>
to specify stdin or stdout.
</p>
+
+<p>
+You can use "-z" to filter out zygote allocations shared by all applications.
+</p>