MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / tick

Method tick

core/debugger/engine_profiler.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void 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
61Error EngineProfiler::bind(const String &p_name) {
62 ERR_FAIL_COND_V(is_bound(), ERR_ALREADY_IN_USE);

Callers 2

bindMethod · 0.45
iterationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected