summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-06 20:48:18 +0000
committeralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-06 20:48:18 +0000
commit7dd038d7c58c9de889e3fcc552161533ea1baab1 (patch)
tree361a91cf24fc49f24a12282a77c39d7c00c176d1
parenta833a146b7de93774f0a9428edc5eda410d9a7dc (diff)
downloadgperftools-7dd038d7c58c9de889e3fcc552161533ea1baab1.tar.gz
issue-545: corrected README for CPUPROFILE_FREQUENCY variable
Applied patch by Mikhail Veltishchev git-svn-id: http://gperftools.googlecode.com/svn/trunk@220 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 667bea1..bffc617 100644
--- a/README
+++ b/README
@@ -150,7 +150,7 @@ HEAPCHECK=<type> -- turns on heap checking with strictness 'type'
CPUPROFILE=<file> -- turns on cpu profiling and dumps data to this file.
PROFILESELECTED=1 -- if set, cpu-profiler will only profile regions of code
surrounded with ProfilerEnable()/ProfilerDisable().
-PROFILEFREQUENCY=x-- how many interrupts/second the cpu-profiler samples.
+CPUPROFILE_FREQUENCY=x-- how many interrupts/second the cpu-profiler samples.
TCMALLOC_DEBUG=<level> -- the higher level, the more messages malloc emits
MALLOCSTATS=<level> -- prints memory-use stats at program-exit