summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn McDole <jtmcdole@gmail.com>2016-08-24 17:47:28 -0700
committerGitHub <noreply@github.com>2016-08-24 17:47:28 -0700
commit44f276e132eef8ba013a04b4af92ce26464e2b54 (patch)
tree73312c2df80168d307288161600bd112e2bf457c /README
parenteb474c995eadef3edb47bc081f09693228832794 (diff)
downloadgperftools-44f276e132eef8ba013a04b4af92ce26464e2b54.tar.gz
Rename TCMALLOC_DEBUG to PERFTOOLS_VERBOSE
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ecfaf68..bcbeec0 100644
--- a/README
+++ b/README
@@ -171,7 +171,7 @@ PROFILESELECTED=1 -- if set, cpu-profiler will only profile regions of code
surrounded with ProfilerEnable()/ProfilerDisable().
CPUPROFILE_FREQUENCY=x-- how many interrupts/second the cpu-profiler samples.
-TCMALLOC_DEBUG=<level> -- the higher level, the more messages malloc emits
+PERFTOOLS_VERBOSE=<level> -- the higher level, the more messages malloc emits
MALLOCSTATS=<level> -- prints memory-use stats at program-exit
For a full list of variables, see the documentation pages: