Monitor module#

#

The Monitor module is a toolbar that shows the activity of your current application :

  • FPS

API - kivymd.utils.fpsmonitor#

class kivymd.utils.fpsmonitor.FpsMonitor(**kwargs)#

Fps monitor class.

For more information, see in the Label class documentation.

updated_interval#

FPS refresh rate.

updated_interval is an NumericProperty and defaults to 0.5.

anchor#

Monitor position. Available option are: ‘top’, ‘bottom’.

anchor is an OptionProperty and defaults to ‘top’.

start() None#

Monitor starting.

update_fps(*args) None#