cli: pprof goroutines command

This commit is contained in:
Łukasz Magiera
2020-08-17 11:48:12 +02:00
parent 1898b82dc4
commit 7595b1d8d4
3 changed files with 66 additions and 0 deletions

View File

@ -238,6 +238,7 @@ var CommonCommands = []*cli.Command{
logCmd,
waitApiCmd,
fetchParamCmd,
pprofCmd,
VersionCmd,
}
@ -256,6 +257,7 @@ var Commands = []*cli.Command{
WithCategory("developer", fetchParamCmd),
WithCategory("network", netCmd),
WithCategory("network", syncCmd),
pprofCmd,
VersionCmd,
}