Index: src/pkg/runtime/pprof/pprof.go |
=================================================================== |
--- a/src/pkg/runtime/pprof/pprof.go |
+++ b/src/pkg/runtime/pprof/pprof.go |
@@ -20,8 +20,7 @@ |
"text/tabwriter" |
) |
-// BUG(rsc): A bug in the OS X Snow Leopard 64-bit kernel prevents |
-// CPU profiling from giving accurate results on that system. |
+// BUG(rsc): Profiles are incomplete and inaccuate on OS X. See http://golang.org/issue/6047 for details. |
// A Profile is a collection of stack traces showing the call sequences |
// that led to instances of a particular event, such as allocation. |