Robert Ly | 6ffacae | 2010-12-16 17:50:43 -0800 | [diff] [blame] | 1 | page.title=HPROF Converter |
Scott Main | 9cf2fa0 | 2011-02-15 18:26:07 -0800 | [diff] [blame] | 2 | parent.title=Tools |
| 3 | parent.link=index.html |
Robert Ly | 6ffacae | 2010-12-16 17:50:43 -0800 | [diff] [blame] | 4 | @jd:body |
| 5 | |
| 6 | <p> |
| 7 | The <code>hprof-conv</code> tool converts the HPROF file that is |
| 8 | generated by the Android SDK tools to a standard format so you |
| 9 | can view the file in a profiling tool of your choice. </p> |
| 10 | |
| 11 | <pre> hprof-conv <infile> <outfile></pre> |
| 12 | |
| 13 | <p> |
| 14 | You can use "-" for <code><infile></code> or <code><outfile></code> |
| 15 | to specify stdin or stdout. |
| 16 | </p> |