diff options
author | Brian Carlstrom <bdc@google.com> | 2015-04-16 17:31:34 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-16 17:31:34 +0000 |
commit | 40955edf9dc1e90b337af89543919eec4868dbe0 (patch) | |
tree | 498c2bba2074887a6cbdd468cf060e5f79e6ac36 /docs/html/tools | |
parent | a2607ee4ebef49f88b5656e2eca2db362b32c70d (diff) | |
parent | 14a982aa7a38fa89c916c252996632d401b1d043 (diff) | |
download | frameworks_base-40955edf9dc1e90b337af89543919eec4868dbe0.zip frameworks_base-40955edf9dc1e90b337af89543919eec4868dbe0.tar.gz frameworks_base-40955edf9dc1e90b337af89543919eec4868dbe0.tar.bz2 |
am 14a982aa: Merge "Document hprof-conv -z"
* commit '14a982aa7a38fa89c916c252996632d401b1d043':
Document hprof-conv -z
Diffstat (limited to 'docs/html/tools')
-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> |