:github_url: https://github.com/kivymd/KivyMD/blob/master/kivymd/utils/fpsmonitor.py

Monitor module
==============

.. py:module:: kivymd.utils.fpsmonitor

.. autoapi-nested-parse::

   Monitor module
   ==============

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

   * FPS


API - :mod:`kivymd.utils.fpsmonitor`
------------------------------------

.. py:class:: FpsMonitor(**kwargs)




   Fps monitor class.

   For more information, see in the
   :class:`~kivy.uix.label.Label` class documentation.

   .. py:attribute:: updated_interval

      FPS refresh rate.

      :attr:`updated_interval` is an :class:`~kivy.properties.NumericProperty`
      and defaults to `0.5`.


   .. py:attribute:: anchor

      Monitor position.
      Available option are: 'top', 'bottom'.

      :attr:`anchor` is an :class:`~kivy.properties.OptionProperty`
      and defaults to `'top'`.


   .. py:method:: start() -> None

      Monitor starting.


   .. py:method:: update_fps(*args) -> None




