diff options
| author | Marcelo Fernandez | 2018-06-23 22:15:10 -0300 |
|---|---|---|
| committer | Marcelo Fernandez | 2018-06-23 22:15:10 -0300 |
| commit | 9634e3586cf547fc951a58983b494f9f0131b07f (patch) | |
| tree | 6482d1990df9e638504d41a3d7af711bd7f6fb07 /editor/editor_profiler.h | |
| parent | 25275de50e31aa081cdefe0c8b3b76b6389cb6a6 (diff) | |
| download | godot-9634e3586cf547fc951a58983b494f9f0131b07f.tar.gz godot-9634e3586cf547fc951a58983b494f9f0131b07f.tar.zst godot-9634e3586cf547fc951a58983b494f9f0131b07f.zip | |
Diffstat (limited to 'editor/editor_profiler.h')
| -rw-r--r-- | editor/editor_profiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_profiler.h b/editor/editor_profiler.h index d902a97c5..cb451475e 100644 --- a/editor/editor_profiler.h +++ b/editor/editor_profiler.h @@ -100,6 +100,7 @@ public: private: Button *activate; + Button *clear_button; TextureRect *graph; Ref<ImageTexture> graph_texture; PoolVector<uint8_t> graph_image; @@ -133,6 +134,7 @@ private: void _update_frame(); void _activate_pressed(); + void _clear_pressed(); String _get_time_as_text(Metric &m, float p_time, int p_calls); |
