summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 8ec6788..21b18d5 100644
--- a/README
+++ b/README
@@ -124,6 +124,14 @@ make for just this purpose:
gcc -o myapp ... /usr/lib/libtcmalloc_and_profiler.a
+CONFIGURATION OPTIONS
+---------------------
+For advanced users, there are several flags you can pass to
+'./configure' that tweak tcmalloc performace. (These are in addition
+to the environment variables you can set at runtime to affect
+tcmalloc, described below.) See the INSTALL file for details.
+
+
ENVIRONMENT VARIABLES
---------------------
The cpu profiler, heap checker, and heap profiler will lie dormant,
@@ -276,4 +284,4 @@ new threads, or is otherwise likely to cause a call to
pthread_mutex_lock!
---
-11 January 2011
+17 May 2011