Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81d0aabc authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android Git Automerger
Browse files

am 40955edf: am 14a982aa: Merge "Document hprof-conv -z"

* commit '40955edf':
  Document hprof-conv -z
parents f39aa3d0 40955edf
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>