• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=HPROF Converter
2parent.title=Tools
3parent.link=index.html
4@jd:body
5
6<p>
7The <code>hprof-conv</code> tool converts the HPROF file that is
8generated by the Android SDK tools to a standard format so you
9can view the file in a profiling tool of your choice. </p>
10
11<pre> hprof-conv &lt;infile&gt; &lt;outfile&gt;</pre>
12
13<p>
14You can use "-" for <code>&lt;infile&gt;</code> or <code>&lt;outfile&gt;</code>
15to specify stdin or stdout.
16</p>
17