| 77 | } |
| 78 | |
| 79 | void EditorPerformanceProfiler::Monitor::reset() { |
| 80 | history.clear(); |
| 81 | max = 0.0f; |
| 82 | if (item) { |
| 83 | item->set_text(1, ""); |
| 84 | item->set_tooltip_text(1, ""); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | String EditorPerformanceProfiler::_create_label(float p_value, Performance::MonitorType p_type) { |
| 89 | switch (p_type) { |
no test coverage detected