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
I suggest using /debug/pprof/goroutine?debug=2 for the Goroutine, and using /debug/pprof/mutex for the Mutex.
It'll make the profile result more readable Describe alternatives you've considered:
Changing from /goroutine?debug=1 to /goroutine?debug=2 is simple and reasonable, but changing from /mutex?debug=1 to /mutex changes the data format from readable text to binary protobuf, which will make the current front-end interaction unavailable. Could you please explain why you need to remove the debug parameter of /mutex?
Feature Request
Is your feature request related to a problem? Please describe:
Make the profile result more readable
Describe the feature you'd like:
tidb-dashboard/pkg/apiserver/profiling/pprof.go
Lines 51 to 58 in 22ad520
I suggest using
/debug/pprof/goroutine?debug=2
for the Goroutine, and using/debug/pprof/mutex
for the Mutex.It'll make the profile result more readable
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: