From d7931acf4aa0816e9fa1891215bb57563a2ee459 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 26 Mar 2015 22:41:45 -0700 Subject: Document hprof-conv -z Bug: 18473132 Change-Id: I3c0fcc2c15d4c590ed852f41aa4fd2a2531a6db8 --- docs/html/tools/help/hprof-conv.jd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/html/tools') diff --git a/docs/html/tools/help/hprof-conv.jd b/docs/html/tools/help/hprof-conv.jd index f96def2..982f337 100644 --- a/docs/html/tools/help/hprof-conv.jd +++ b/docs/html/tools/help/hprof-conv.jd @@ -8,9 +8,13 @@ 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.

-
 hprof-conv <infile> <outfile>
+
 hprof-conv [-z] <infile> <outfile>

You can use "-" for <infile> or <outfile> to specify stdin or stdout.

+ +

+You can use "-z" to filter out zygote allocations shared by all applications. +

-- cgit v1.1