diff options
Diffstat (limited to 'editor/editor_profiler.h')
-rw-r--r-- | editor/editor_profiler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/editor_profiler.h b/editor/editor_profiler.h index 8fa09f8494..46c13d257a 100644 --- a/editor/editor_profiler.h +++ b/editor/editor_profiler.h @@ -42,7 +42,7 @@ class EditorProfiler : public VBoxContainer { - GDCLASS(EditorProfiler, VBoxContainer) + GDCLASS(EditorProfiler, VBoxContainer); public: struct Metric { @@ -169,6 +169,8 @@ public: void clear(); + Vector<Vector<String> > get_data_as_csv() const; + EditorProfiler(); }; |