Merge pull request #927 from miaoyq/fix-description-for-pprof
Fix the description of cmd 'pprof threadcreate'
This commit is contained in:
commit
f55f40eeec
@ -129,7 +129,7 @@ var pprofBlockCommand = cli.Command{
|
|||||||
|
|
||||||
var pprofThreadcreateCommand = cli.Command{
|
var pprofThreadcreateCommand = cli.Command{
|
||||||
Name: "threadcreate",
|
Name: "threadcreate",
|
||||||
Usage: "goroutine blocking profile",
|
Usage: "goroutine thread creating profile",
|
||||||
Action: func(context *cli.Context) error {
|
Action: func(context *cli.Context) error {
|
||||||
client := getPProfClient(context)
|
client := getPProfClient(context)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user