Merge "Document hprof-conv -z"
This commit is contained in:
@@ -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
|
generated by the Android SDK tools to a standard format so you
|
||||||
can view the file in a profiling tool of your choice. </p>
|
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>
|
<p>
|
||||||
You can use "-" for <code><infile></code> or <code><outfile></code>
|
You can use "-" for <code><infile></code> or <code><outfile></code>
|
||||||
to specify stdin or stdout.
|
to specify stdin or stdout.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
You can use "-z" to filter out zygote allocations shared by all applications.
|
||||||
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user