You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Ability to debug video memory usage
-Small fix to xml saver (swapping > and <)
This commit is contained in:
@@ -98,6 +98,7 @@ class ScriptEditorDebugger : public Control {
|
||||
|
||||
Tree *vmem_tree;
|
||||
Button *vmem_refresh;
|
||||
LineEdit *vmem_total;
|
||||
|
||||
Tree *stack_dump;
|
||||
PropertyEditor *inspector;
|
||||
@@ -130,6 +131,7 @@ class ScriptEditorDebugger : public Control {
|
||||
void _scene_tree_request();
|
||||
void _parse_message(const String& p_msg,const Array& p_data);
|
||||
|
||||
void _video_mem_request();
|
||||
|
||||
int _get_node_path_cache(const NodePath& p_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user