godot/doc
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
..
classes Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
tools makerst: Print status messages to make the CI output clearer 2020-05-27 22:24:33 +02:00
translations i18n: Sync classref translation template with current docs 2020-06-25 11:00:39 +02:00
Doxyfile
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00