diff options
author | Jason Evans <je@facebook.com> | 2010-04-01 00:35:51 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-04-01 00:35:51 (GMT) |
commit | a02fc08ec9dd8479a6430155b6a433da09f6ff10 (patch) | |
tree | f4008e4a620301de2326c9ec84ae0bfcca237c80 /jemalloc/doc | |
parent | 0b270a991dd7822b7c7e13d9219f235a5dde9fdf (diff) | |
download | jemalloc-a02fc08ec9dd8479a6430155b6a433da09f6ff10.zip jemalloc-a02fc08ec9dd8479a6430155b6a433da09f6ff10.tar.gz jemalloc-a02fc08ec9dd8479a6430155b6a433da09f6ff10.tar.bz2 |
Make interval-triggered profile dumping optional.
Make it possible to disable interval-triggered profile dumping, even if
profiling is enabled. This is useful if the user only wants a single
dump at exit, or if the application manually triggers profile dumps.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index 1ea93bf..13e616a 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -38,7 +38,7 @@ .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: head/lib/libc/stdlib/malloc.3 182225 2008-08-27 02:00:53Z jasone $ .\" -.Dd March 17, 2010 +.Dd March 31, 2010 .Dt JEMALLOC 3 .Os .Sh NAME @@ -401,7 +401,9 @@ will disable dirty page purging. @roff_prof@is controlled by the @roff_prof@JEMALLOC_PROF_PREFIX @roff_prof@environment variable. -@roff_prof@The default average interval is 1 GiB. +@roff_prof@The default average interval is 1 GiB; +@roff_prof@.Ev JEMALLOC_OPTIONS=31i +@roff_prof@will disable interval-triggered profile dumping. @roff_fill@.It J @roff_fill@Each byte of new memory allocated by @roff_fill@.Fn @jemalloc_prefix@malloc @@ -794,7 +796,7 @@ option. @roff_prof@option. @roff_prof@.Ed .\"----------------------------------------------------------------------------- -@roff_prof@.It Sy "opt.lg_prof_interval (size_t) r-" +@roff_prof@.It Sy "opt.lg_prof_interval (ssize_t) r-" @roff_prof@.Bd -ragged -offset indent -compact @roff_prof@See the @roff_prof@.Dq I |