godot/editor/debugger
simpu bfadb882b1 Added Custom Performance Monitor and feature to read intermediate values of Monitor
Custom monitors can be added/removed/checked using `Performance.add_custom_monitor`/`Performance.remove_custom_monitor`/`Performance.has_custom_monitor`

The value can be viewed in the `Monitor` tab of Debugger.

Text before `/` is used to categorize the custom monitor.

`EditorPerformanceProfiler` class is created to separate logic from `ScriptEditorDebugger`

User can click on the graph of monitors to read the value at that point.

Graph includes intermediate base lines.
2020-06-29 17:20:29 +05:30
..
editor_debugger_inspector.cpp Fix dialog spam when inspecting MeshInstance from model file 2020-05-22 21:50:16 +02:00
editor_debugger_inspector.h Fix dialog spam when inspecting MeshInstance from model file 2020-05-22 21:50:16 +02:00
editor_debugger_node.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_debugger_node.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_debugger_server.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_debugger_server.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_debugger_tree.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_debugger_tree.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_network_profiler.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_network_profiler.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_performance_profiler.cpp Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
editor_performance_profiler.h Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
editor_profiler.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_profiler.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
editor_visual_profiler.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_visual_profiler.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
script_editor_debugger.cpp Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
script_editor_debugger.h Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00