You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It sounds like pprof displays the samples in whatever units are set in the protobuf. Perhaps we could change Go's pprof package to use more sensible units?
What version of Go are you using (
go version
)?tip (16db189)
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
Note that the profile only covers 1%:
Duration: 21.52s, Total samples = 214.20ms ( 1%)
.This is not the case for Go 1.8.
Given the default profiling rate is 100, maybe a factor of 100 is missing somewhere?
The text was updated successfully, but these errors were encountered: