Skip to content

Commit 4ed00d6

Browse files
committed
Reorganize profilers into dedicated subpages. Move Profiling out of Debugging.
1 parent b6f12fc commit 4ed00d6

24 files changed

+410
-353
lines changed

_static/redirects.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,3 +482,6 @@ source,destination
482482
/contributing/development/editor/index.html,/engine_details/editor/index.html
483483
/contributing/development/editor/introduction_to_editor_development.html,/engine_details/editor/introduction_to_editor_development.html
484484
/contributing/development/file_formats/gdscript_grammar.html,/engine_details/file_formats/gdscript_grammar.html
485+
/engine_details/development/debugging/using_cpp_profilers.html,/engine_details/development/profiling/index.html
486+
/engine_details/development/debugging/profiling/sampling_profilers.html,/engine_details/development/profiling/index.html
487+
/engine_details/development/debugging/profiling/tracing_profilers.html,/engine_details/development/profiling/index.html

engine_details/development/debugging/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:allow_comments: False
22

3-
Debugging and profiling
4-
=======================
3+
Debugging
4+
=========
55

66
This section contains pages that provide guidance if you're looking at the
77
engine code trying to find an underlying issue or an optimization possibility.
@@ -10,7 +10,6 @@ engine code trying to find an underlying issue or an optimization possibility.
1010
:maxdepth: 1
1111
:name: toc-devel-cpp-debug-profiling
1212

13-
using_cpp_profilers
1413
using_sanitizers
1514
macos_debug
1615
vulkan/index

engine_details/development/debugging/profiling/tracing_profilers.rst

Lines changed: 0 additions & 235 deletions
This file was deleted.

engine_details/development/debugging/using_cpp_profilers.rst

Lines changed: 0 additions & 39 deletions
This file was deleted.

engine_details/development/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ If you plan to contribute to the engine, please make sure to also read the
1616
configuring_an_ide/index
1717
compiling/index
1818
debugging/index
19+
profiling/index
1920
handling_compatibility_breakages

0 commit comments

Comments
 (0)