summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/tools/hprof-conv.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/developing/tools/hprof-conv.jd')
-rw-r--r--docs/html/guide/developing/tools/hprof-conv.jd14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/html/guide/developing/tools/hprof-conv.jd b/docs/html/guide/developing/tools/hprof-conv.jd
new file mode 100644
index 0000000..27000b4
--- /dev/null
+++ b/docs/html/guide/developing/tools/hprof-conv.jd
@@ -0,0 +1,14 @@
+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>