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
Setting debug=1 on net/http/pprof queries gives a profile with # comments about stacks and memory usage. pprof should ignore these lines. Instead, it gives a parse failure.
The text was updated successfully, but these errors were encountered:
This is a duplicate of CL 9491.
That CL broke the build due to pprof shortcomings
and was reverted in CL 9565.
CL 9623 fixed pprof, so this can go in again.
Fixes#10659.
Change-Id: If470fc90b3db2ade1d161b4417abd2f5c6c330b8
Reviewed-on: https://go-review.googlesource.com/10212
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Setting debug=1 on net/http/pprof queries gives a profile with # comments about stacks and memory usage. pprof should ignore these lines. Instead, it gives a parse failure.
The text was updated successfully, but these errors were encountered: