MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / get_fps

Method get_fps

PythonAPI/util/performance_benchmark.py:149–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 self._current_fps = self._pygame_clock.get_fps()
148
149 def get_fps(self):
150 with self._lock:
151 return self._current_fps
152
153
154def create_environment(world, sensors, n_vehicles, n_walkers, spawn_points, client):

Callers 13

mainFunction · 0.80
on_world_tickMethod · 0.80
tickMethod · 0.80
on_world_tickMethod · 0.80
tickMethod · 0.80
update_hud_infoMethod · 0.80
on_world_tickMethod · 0.80
on_world_tickMethod · 0.80
tickMethod · 0.80
on_world_tickMethod · 0.80
tickMethod · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected