go-profiler-notes/docs/index.rst
Felix Geisendörfer e27d754ed0 toc rework
2022-12-29 14:05:19 +01:00

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