GeneralTimer ============ (class from :py:mod:`pyomo.common.timing`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.common.timing import * try: from pyomo.common.timing import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.common.timing .. autoclass:: pyomo.common.timing::GeneralTimer :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GeneralTimer.__init__ ~GeneralTimer.report .. rubric:: Attributes .. autosummary:: ~GeneralTimer.obj ~GeneralTimer.timer .. rubric:: Member Documentation