summaryrefslogtreecommitdiffstats
path: root/docs/html/tools/help/hprof-conv.jd
blob: f96def205fb127b8646ded33e766be3ec7278b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>