mirror of
https://github.com/golang/go
synced 2024-11-26 04:17:59 -07:00
runtime/pprof: update outdated google/pprof link
Google/pprof changed the master branch to main, so it might be better to update it to the latest. Signed-off-by: hi-rustin <rustin.liu@gmail.com>
This commit is contained in:
parent
5c92f43c51
commit
0023c28dc0
@ -352,7 +352,7 @@ func (p *Profile) Remove(value any) {
|
|||||||
//
|
//
|
||||||
// The debug parameter enables additional output.
|
// The debug parameter enables additional output.
|
||||||
// Passing debug=0 writes the gzip-compressed protocol buffer described
|
// Passing debug=0 writes the gzip-compressed protocol buffer described
|
||||||
// in https://github.com/google/pprof/tree/master/proto#overview.
|
// in https://github.com/google/pprof/tree/main/proto#overview.
|
||||||
// Passing debug=1 writes the legacy text format with comments
|
// Passing debug=1 writes the legacy text format with comments
|
||||||
// translating addresses to function names and line numbers, so that a
|
// translating addresses to function names and line numbers, so that a
|
||||||
// programmer can read the profile without tools.
|
// programmer can read the profile without tools.
|
||||||
|
Loading…
Reference in New Issue
Block a user