From f2190d21dd386b7f039581ff2502a2d366e0cccf Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 17 Sep 2013 17:28:07 -0500 Subject: [PATCH] Add profile option to sample configuration file. --- sample-btcd.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sample-btcd.conf b/sample-btcd.conf index f57bd2d36..f9e9896cf 100644 --- a/sample-btcd.conf +++ b/sample-btcd.conf @@ -68,3 +68,8 @@ ; Debug logging level. ; Valid options are {trace, debug, info, warn, error, critical} ; debuglevel=info + +; The port used to listen for HTTP profile requests. The profile server will +; be disabled if this option is not specified. The profile information can be +; accessed at http://localhost:/debug/pprof once running. +; profile=6061