diff options
author | Brian Carlstrom <bdc@google.com> | 2015-04-16 17:53:43 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-16 17:53:43 +0000 |
commit | 49cb2775a98727a034c8d709ad7b83990a3d9c8d (patch) | |
tree | 9d085a2aaeabbc1e14af3fa08f641da281e8ff0e /docs | |
parent | 8ce568e756c4096002d2bfb786114aac5a06e54e (diff) | |
parent | 81d0aabcb5af11f8695793dbfac893d17688970e (diff) | |
download | frameworks_base-49cb2775a98727a034c8d709ad7b83990a3d9c8d.zip frameworks_base-49cb2775a98727a034c8d709ad7b83990a3d9c8d.tar.gz frameworks_base-49cb2775a98727a034c8d709ad7b83990a3d9c8d.tar.bz2 |
am 81d0aabc: am 40955edf: am 14a982aa: Merge "Document hprof-conv -z"
* commit '81d0aabcb5af11f8695793dbfac893d17688970e':
Document hprof-conv -z
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/help/hprof-conv.jd | 6 |
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 <infile> <outfile></pre> +<pre> hprof-conv [-z] <infile> <outfile></pre> <p> You can use "-" for <code><infile></code> or <code><outfile></code> to specify stdin or stdout. </p> + +<p> +You can use "-z" to filter out zygote allocations shared by all applications. +</p> |