| 47 | } |
| 48 | |
| 49 | void EngineProfiler::toggle(bool p_enable, const Array &p_array) { |
| 50 | GDVIRTUAL_CALL(_toggle, p_enable, p_array); |
| 51 | } |
| 52 | |
| 53 | void EngineProfiler::add(const Array &p_data) { |
| 54 | GDVIRTUAL_CALL(_add_frame, p_data); |
no outgoing calls
no test coverage detected