go/src/runtime/pprof
Austin Clements 903c307c2b runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, too
Sigh. Sleeps on FreeBSD also yield the rest of the time slice and
profiling signals are only delivered when a process completes a time
slice (worse, itimer time is only accounted to the process that
completes a time slice). It's less noticeable than the other BSDs
because the default tick rate is 1000Hz, but it's still failing
regularly.

Fixes #13846.

Change-Id: I41bf116bffe46682433b677183f86944d0944ed4
Reviewed-on: https://go-review.googlesource.com/18455
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
2016-01-08 20:49:26 +00:00
..
mprof_test.go test: use go:noinline consistently 2015-11-03 02:01:34 +00:00
pprof.go runtime/pprof: point to new docs about kernel bugs 2016-01-06 17:59:35 +00:00
pprof_test.go runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, too 2016-01-08 20:49:26 +00:00