Robert Ly 6ffacae353 Doc change: Tools section of the dev guide restructuring
Change-Id: I747dfc71e25f76b42476cd7de3c7087aa4e90850
2010-12-28 18:27:09 -08:00

15 lines
401 B
Plaintext

page.title=HPROF Converter
@jd:body
<p>
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>
<p>
You can use "-" for <code>&lt;infile&gt;</code> or <code>&lt;outfile&gt;</code>
to specify stdin or stdout.
</p>