1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "HPROF\-CONV" "1" "" "" ""
.hy
.SH NAME
.PP
hprof\-conv \- HPROF Converter
.SH SYNOPSIS
.PP
\f[B]hprof\-conf\f[] [\-z] \f[I]infile\f[] \f[I]outfile\f[]
.SH DESCRIPTION
.PP
The \f[B]hprof\-conv\f[] 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.
.SH OPTIONS
.TP
.B \-z
Exclude non\-app heaps, such as Zygote
.RS
.RE
.PP
Use \f[B]\-\f[] for \f[I]infile\f[] or \f[I]outfile\f[] to specify
\f[B]stdin\f[] or \f[B]stdout\f[].
.SH AUTHORS
The Android Open Source Project.
|