Skip to content

Instantly share code, notes, and snippets.

@caglar10ur
Created May 3, 2016 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caglar10ur/3d1c6d7e4ff377f6546dbf3c6115e492 to your computer and use it in GitHub Desktop.
Save caglar10ur/3d1c6d7e4ff377f6546dbf3c6115e492 to your computer and use it in GitHub Desktop.
profiling urls
https://golang.org/pkg/runtime/
https://golang.org/pkg/runtime/pprof/
https://golang.org/pkg/net/http/pprof/
https://golang.org/pkg/runtime/trace/
https://golang.org/cmd/trace/
http://stackoverflow.com/questions/32131339/the-go-1-5-trace-command
https://github.com/pkg/profile
https://github.com/davecheney/gcvis
https://software.intel.com/en-us/blogs/2014/05/10/debugging-performance-issues-in-go-programs
https://golang.org/pkg/expvar/
https://www.mikeperham.com/2014/12/17/expvar-metrics-for-golang/
https://godoc.org/golang.org/x/net/trace
https://blog.golang.org/profiling-go-programs
http://morsmachine.dk/go-scheduler
https://godoc.org/rsc.io/pprof_mac_fix
http://research.swtch.com/macpprof <- Must read, just for fun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment