From 941108ca07aedb12e14b1431de5c5c2dacf4f638 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Thu, 10 Aug 2017 22:48:36 +0300 Subject: [PATCH] [docs] mprof-report manpage - document heapshot-on-shutdown Document the heapshot-on-shutdown log profiler option. --- man/mprof-report.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/mprof-report.1 b/man/mprof-report.1 index a2cb914ecc8..c74750b4210 100644 --- a/man/mprof-report.1 +++ b/man/mprof-report.1 @@ -146,6 +146,9 @@ instruction pointer. This is equivalent to the value \[lq]100\[rq]. A value of zero for \f[I]FREQ\f[] effectively disables sampling. .IP \[bu] 2 +\f[I]heapshot-on-shutdown\f[]: collect heap shot data when the runtime +shuts down. +.IP \[bu] 2 \f[I]maxframes=NUM\f[]: when a stack trace needs to be performed, collect \f[I]NUM\f[] frames at the most. The default is 32. -- 2.25.1