SYNOPSIS
hprof-conf [-z] infile outfile
DESCRIPTION
The hprof-conv 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.
OPTIONS
- -z
-
Filter out zygote allocations shared by all applications.
You can use - for infile or outfile to specify stdin or stdout.
AUTHORS
The Android Open Source Project.