mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
33 lines
683 B
ReStructuredText
33 lines
683 B
ReStructuredText
go-profiler-notes
|
|
=================
|
|
|
|
Formerly known as "go-profiler-notes", this guide contains in-depth information
|
|
about Go profiling. In the future, additional topics such as runtime tracing,
|
|
metrics, heap debugging as well as userland metrics and distributed tracing will
|
|
be covered as well.
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
profiling/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Mental Model for Go
|
|
|
|
mental-model-for-go/goroutine-scheduler
|
|
mental-model-for-go/garbage-collector
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Profilers
|
|
|
|
profiling/cpu-profiler
|
|
profiling/memory-profiler
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Misc
|
|
|
|
misc/stack-traces
|
|
misc/pprof
|