summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Pasette <dan@10mongodb.com>2014-09-04 18:10:24 -0400
committerDan Pasette <dan@mongodb.com>2014-09-04 18:10:24 -0400
commit521a6fffc689322ed2e5a0356d39da4301c93259 (patch)
tree9d951cf9a52cd65acbd31e9b4b2f2020c4f68acb
parent722b37791dc3adececd74894ccb61e3da64ea94e (diff)
downloadmongo-521a6fffc689322ed2e5a0356d39da4301c93259.tar.gz
SERVER-8995: Update instructions to enable CPU profililng
-rw-r--r--src/mongo/db/commands/cpuprofile.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mongo/db/commands/cpuprofile.cpp b/src/mongo/db/commands/cpuprofile.cpp
index 748d8e08a76..884e43d0c29 100644
--- a/src/mongo/db/commands/cpuprofile.cpp
+++ b/src/mongo/db/commands/cpuprofile.cpp
@@ -42,11 +42,9 @@
* The commands defined here, and profiling, are only available when enabled at
* build-time with the "--use-cpu-profiler" argument to scons.
*
- * Example SCons command line, assuming you've installed google-perftools in
- * /usr/local:
+ * Example SCons command line:
*
- * scons --release --use-cpu-profiler \
- * --cpppath=/usr/local/include --libpath=/usr/local/lib
+ * scons --release --use-cpu-profiler
*/
#include "third_party/gperftools-2.2/src/gperftools/profiler.h"