Visual GPU profiler and related profiling support in Vulkan.
This commit is contained in:
parent
dc32083681
commit
123ee5995c
23 changed files with 1418 additions and 17 deletions
|
|
@ -51,6 +51,7 @@ class TreeItem;
|
|||
class HSplitContainer;
|
||||
class ItemList;
|
||||
class EditorProfiler;
|
||||
class EditorVisualProfiler;
|
||||
class EditorNetworkProfiler;
|
||||
|
||||
class ScriptEditorDebuggerInspectedObject;
|
||||
|
|
@ -169,6 +170,7 @@ private:
|
|||
Map<String, int> res_path_cache;
|
||||
|
||||
EditorProfiler *profiler;
|
||||
EditorVisualProfiler *visual_profiler;
|
||||
EditorNetworkProfiler *network_profiler;
|
||||
|
||||
EditorNode *editor;
|
||||
|
|
@ -213,6 +215,7 @@ private:
|
|||
void _expand_errors_list();
|
||||
void _collapse_errors_list();
|
||||
|
||||
void _visual_profiler_activate(bool p_enable);
|
||||
void _profiler_activate(bool p_enable);
|
||||
void _profiler_seeked();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue