bempp_cl.api.utils.timing ========================= .. py:module:: bempp_cl.api.utils.timing .. autoapi-nested-parse:: Timing functions. Classes ------- .. autoapisummary:: bempp_cl.api.utils.timing.Timer Functions --------- .. autoapisummary:: bempp_cl.api.utils.timing.timeit Module Contents --------------- .. py:function:: timeit(message) Time a method in bempp_cl. .. py:class:: Timer Context manager to measure time in bempp_cl. .. py:attribute:: start :value: 0 .. py:attribute:: end :value: 0 .. py:attribute:: interval :value: 0 .. py:method:: __enter__() Enter. .. py:method:: __exit__(*args) Exit.