mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Add build support for 'gprof' profiling.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user