From cfaac2a60f3ac63ae8deccb03d88bd559449b78c Mon Sep 17 00:00:00 2001 From: murrayn Date: Tue, 6 Feb 2018 20:58:41 -0800 Subject: Add build support for 'gprof' profiling. --- doc/developer-notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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; -- cgit v1.2.3