mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
- Merge Community/Contributing and Engine Development into one top-level section, Contributing. - Structure it in a way that gives equal priority to various ways to contribute, including documentation. - Rename several articles to be more comprehensive and in line with the overall state of the documentation. - Rewrite the guide for class reference contributions.
13 lines
275 B
ReStructuredText
13 lines
275 B
ReStructuredText
Debugging and profiling
|
|
=======================
|
|
|
|
This section is about finding spots to optimize in the engine code when you need it in your project.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-devel-cpp-debug-profiling
|
|
|
|
macos_debug
|
|
using_cpp_profilers
|
|
vulkan/index
|