| 55 | } |
| 56 | |
| 57 | void EngineProfiler::tick(double p_frame_time, double p_process_time, double p_physics_time, double p_physics_frame_time) { |
| 58 | GDVIRTUAL_CALL(_tick, p_frame_time, p_process_time, p_physics_time, p_physics_frame_time); |
| 59 | } |
| 60 | |
| 61 | Error EngineProfiler::bind(const String &p_name) { |
| 62 | ERR_FAIL_COND_V(is_bound(), ERR_ALREADY_IN_USE); |