Commit 13ba968d authored by Russ Cox's avatar Russ Cox

runtime/pprof: point to new docs about kernel bugs

Change-Id: I8ee338c1244fc4e2fb75deec752a7f83239c33ea
Reviewed-on: https://go-review.googlesource.com/18257Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 6866f5e1
......@@ -20,8 +20,8 @@ import (
"text/tabwriter"
)
// BUG(rsc): Profiles are incomplete and inaccurate on NetBSD and OS X.
// See https://golang.org/issue/6047 for details.
// BUG(rsc): Profiles are only as good as the kernel support used to generate them.
// See https://golang.org/issue/13841 for details about known problems.
// A Profile is a collection of stack traces showing the call sequences
// that led to instances of a particular event, such as allocation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment