Go pprof: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
=Internal= | =Internal= | ||
Line 9: | Line 6: | ||
=Reading List= | =Reading List= | ||
<font color=darkkhaki> | <font color=darkkhaki> | ||
Read these: | Read these and link those wroth it from External: | ||
* https://go.dev/blog/pprof | |||
* https://pkg.go.dev/net/http/pprof | |||
* https://github.com/google/pprof | |||
* https://dave.cheney.net/high-performance-go-workshop/sydney-2019.html | * https://dave.cheney.net/high-performance-go-workshop/sydney-2019.html | ||
* https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ | * https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/ | ||
Line 17: | Line 17: | ||
=Overview= | =Overview= | ||
Go comes with built-in frameworks for testing and profiling. | Go comes with built-in frameworks for testing and profiling. | ||
=Subjects= | |||
= | * [[Go_pprof_Concepts#Overview|Concepts]] | ||
* [[Go_pprof_Operations#Overview|Operations]] | |||
Latest revision as of 03:30, 16 November 2024
External
Internal
Reading List
Read these and link those wroth it from External:
- https://go.dev/blog/pprof
- https://pkg.go.dev/net/http/pprof
- https://github.com/google/pprof
- https://dave.cheney.net/high-performance-go-workshop/sydney-2019.html
- https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/
- Official pprof User Manual: https://github.com/google/pprof/blob/main/doc/README.md
Overview
Go comes with built-in frameworks for testing and profiling.