aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormurrayn <github@nesbitt.ca>2018-02-06 20:58:41 -0800
committermurrayn <github@nesbitt.ca>2018-02-26 20:54:16 -0800
commitcfaac2a60f3ac63ae8deccb03d88bd559449b78c (patch)
tree222cced02251afee94609b5fd22e2de2930e50f2 /doc
parentd32528e733f2711b34dbc41fbb2bb0f153bf7e9a (diff)
downloadbitcoin-cfaac2a60f3ac63ae8deccb03d88bd559449b78c.tar.xz
Add build support for 'gprof' profiling.
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 9dc63a1e4b..d9b2790fb7 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -140,6 +140,10 @@ Development tips and tricks
Run configure with the --enable-debug option, then make. Or run configure with
CXXFLAGS="-g -ggdb -O0" or whatever debug flags you need.
+**compiling for gprof profiling**
+
+Run configure with the --enable-gprof option, then make.
+
**debug.log**
If the code is behaving strangely, take a look in the debug.log file in the data directory;