Scott Main 9cf2fa023b docs: add breadcrumbs to developing docs
Change-Id: Id63b53a77daff2fa45424dc6607a467dc55a10e3
2011-02-15 18:26:07 -08:00

17 lines
443 B
Plaintext

page.title=HPROF Converter
parent.title=Tools
parent.link=index.html
@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>