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
When I cmd list, note No source information for...
(pprof) list
Total: 30.02s
No source information for main.(*UDPConn).handle
No source information for runtime.atomicload
No source information for runtime.atomicload64
No source information for runtime.atomicloaduint
No source information for runtime.chanrecv
No source information for runtime.fastrand1
No source information for runtime.findrunnable
No source information for runtime.goexit
No source information for runtime.mcall
No source information for runtime.nop
No source information for runtime.park_m
No source information for runtime.schedule
No source information for runtime.selectnbrecv
[leslie@zhang ~]$ go tool pprof mybinary http://localhost:7070/debug/pprof/profile
Fetching profile from http://localhost:7070/debug/pprof/profile
Please wait... (30s)
Saved profile in /home/leslie/pprof/pprof.localhost:7070.samples.cpu.004.pb.gz
open mybinary: no such file or directory
Have a error open mybinary: no such file or directory.Trouble always exists.I don't know how to solve the problem.will you help me out?
The text was updated successfully, but these errors were encountered:
We don't usually the issue tracker for questions. You will most likely get a better answer if you ask in one of the forums described at https://golang.org/wiki/Questions .
Go environment information
Go version
Use pprof
When I cmd list, note No source information for...
I find a solution at stackoverflow,then try it.
This link
Have a error open mybinary: no such file or directory.Trouble always exists.I don't know how to solve the problem.will you help me out?
The text was updated successfully, but these errors were encountered: