Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 7d8bb5ab4c16210c6fe2b74d226853412662af82
https://github.com/conformal/btcd/commit/7d8bb5ab4c16210c6fe2b74d226853412662af82
Author: Dave Collins <[email protected]>
Date: 2013-10-26 (Sat, 26 Oct 2013)
Changed paths:
M btcd.go
M config.go
Log Message:
-----------
Add --cpuprofile option.
This commit provides a new --cpuprofile flag that can be used to specify a
file path to write CPU profile data into. The resulting profile can then be
consumed by the 'go tool pprof' command.