opendrift.timer =============== .. py:module:: opendrift.timer Classes ------- .. autoapisummary:: opendrift.timer.Timeable Module Contents --------------- .. py:class:: Timeable Utility class for measuring total time spent in various steps in a class throughout program execution. .. py:attribute:: __timers__ :value: None .. py:attribute:: __timing__ :value: None .. py:property:: timers .. py:property:: timing .. py:method:: timer_start(category) .. py:method:: timer_end(category)