diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/alldocs.go | 4 | ||||
| -rw-r--r-- | src/cmd/go/internal/test/test.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index e472f25eea..5587e01d0a 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -3231,8 +3231,8 @@ // // Several of the flags control profiling and write an execution profile // suitable for "go tool pprof"; run "go tool pprof -h" for more -// information. The --alloc_space, --alloc_objects, and --show_bytes -// options of pprof control how the information is presented. +// information. The -sample_index=alloc_space, -sample_index=alloc_objects, +// and -show_bytes options of pprof control how the information is presented. // // The following flags are recognized by the 'go test' command and // control the execution of any test: diff --git a/src/cmd/go/internal/test/test.go b/src/cmd/go/internal/test/test.go index 17348a70f7..ef13f6c561 100644 --- a/src/cmd/go/internal/test/test.go +++ b/src/cmd/go/internal/test/test.go @@ -186,8 +186,8 @@ and flags that apply to the resulting test binary. Several of the flags control profiling and write an execution profile suitable for "go tool pprof"; run "go tool pprof -h" for more -information. The --alloc_space, --alloc_objects, and --show_bytes -options of pprof control how the information is presented. +information. The -sample_index=alloc_space, -sample_index=alloc_objects, +and -show_bytes options of pprof control how the information is presented. The following flags are recognized by the 'go test' command and control the execution of any test: |
