diff options
author | Jason Evans <je@facebook.com> | 2010-04-06 19:20:23 (GMT) |
---|---|---|
committer | Jason Evans <je@facebook.com> | 2010-04-06 19:20:23 (GMT) |
commit | fd88bd577ef23b1580f19dd82b810a66ec2230cd (patch) | |
tree | 65b9b88c206cee9ba51c083344046f2fbac9e2f5 /jemalloc/INSTALL | |
parent | ec5344eba282b2bc2f854bdb174e3c97abff83c9 (diff) | |
download | jemalloc-fd88bd577ef23b1580f19dd82b810a66ec2230cd.zip jemalloc-fd88bd577ef23b1580f19dd82b810a66ec2230cd.tar.gz jemalloc-fd88bd577ef23b1580f19dd82b810a66ec2230cd.tar.bz2 |
Report E/e option state in jemalloc_stats_print().
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index 7ce7e79..96dfae2 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -45,8 +45,8 @@ any of the following arguments (not a definitive list) to 'configure': detailed allocation statistics at exit. --enable-prof - Enable heap profiling and leak detection functionality. Use the 'B', 'F', - 'I', 'L', and 'U' options to control these features. + Enable heap profiling and leak detection functionality. Use the 'B', 'E', + 'F', 'I', 'L', and 'U' options to control these features. --disable-prof-libgcc Disable the use of libgcc's backtracing functionality. Ordinarily, libgcc's |