| 132 | uint64_t get_frames_drawn(); |
| 133 | |
| 134 | uint64_t get_physics_frames() const { return _physics_frames; } |
| 135 | uint64_t get_process_frames() const { return _process_frames; } |
| 136 | bool is_in_physics_frame() const { return _in_physics; } |
| 137 | uint64_t get_frame_ticks() const { return _frame_ticks; } |
no outgoing calls
no test coverage detected