zero.time
=========

.. currentmodule:: zero.time

.. automodule:: zero.time

Timer
^^^^^

.. autoclass:: Timer

.. autosummary::
    :toctree: api

    Timer.reset
    Timer.run
    Timer.pause
    Timer.add
    Timer.sub
    Timer.__call__
    Timer.__enter__
    Timer.__exit__

functions
^^^^^^^^^

.. autosummary::
    :toctree: api

    format_seconds
