diff options
| author | Qi Wang <interwq@gwu.edu> | 2017-03-12 01:28:52 -0800 |
|---|---|---|
| committer | Qi Wang <interwq@gmail.com> | 2017-03-23 00:03:28 -0700 |
| commit | bd2006a41bc6b7e1ef60994db88b955eb3ab6cbd (patch) | |
| tree | 305ceac085c4d836999242d827ed44b287b3a85d /doc | |
| parent | ca9074deffe799dafa74a1d71333a103c4c007ce (diff) | |
| download | platform_external_jemalloc_new-bd2006a41bc6b7e1ef60994db88b955eb3ab6cbd.tar.gz platform_external_jemalloc_new-bd2006a41bc6b7e1ef60994db88b955eb3ab6cbd.tar.bz2 platform_external_jemalloc_new-bd2006a41bc6b7e1ef60994db88b955eb3ab6cbd.zip | |
Added JSON output for lock stats.
Also added option 'x' to malloc_stats() to bypass lock section.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jemalloc.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 7faa474d..265da86f 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -430,7 +430,8 @@ for (i = 0; i < nbins; i++) { can be specified to omit merged arena, destroyed merged arena, and per arena statistics, respectively; <quote>b</quote> and <quote>l</quote> can be specified to omit per size class statistics for bins and large objects, - respectively. Unrecognized characters are silently ignored. Note that + respectively; <quote>x</quote> can be specified to omit all mutex + statistics. Unrecognized characters are silently ignored. Note that thread caching may prevent some statistics from being completely up to date, since extra locking would be required to merge counters that track thread cache operations.</para> |
