runtime/pprof: go test -cpuprofile outputs no samples in MacOS #28682
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What did you do?
go test -cpuprofile cpu.prof
on a package containing only this file:go tool pprof cpu.prof
, you get:What did you expect to see?
CPU profiling results.
What did you see instead?
0 samples, no results.
Does this issue reproduce with the latest release (go1.11.2)?
Yes.
System details
The text was updated successfully, but these errors were encountered: