summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-08-05 19:49:02 -0400
committerRuss Cox <rsc@golang.org>2013-08-05 19:49:02 -0400
commit98da30cd4d63f941cfc6ceb5848e2c8d0a94669a (patch)
tree77233eacf31654401454f425936b6bc20e5417a8 /api
parentbfaa1d32f18bc59584e377b51432c7914d4ef459 (diff)
downloadgo-98da30cd4d63f941cfc6ceb5848e2c8d0a94669a.tar.gz
runtime/pprof: test multithreaded profile, remove OS X workarounds
This means that pprof will no longer report profiles on OS X. That's unfortunate, but the profiles were often wrong and, worse, it was difficult to tell whether the profile was wrong or not. The workarounds were making the scheduler more complex, possibly caused a deadlock (see issue 5519), and did not actually deliver reliable results. It may be possible for adventurous users to apply a patch to their kernels to get working results, or perhaps having no results will encourage someone to do the work of creating a profiling thread like on Windows. Issue 6047 has details. Fixes issue 5519. Fixes issue 6047. R=golang-dev, bradfitz, r CC=golang-dev https://codereview.appspot.com/12429045
Diffstat (limited to 'api')
0 files changed, 0 insertions, 0 deletions