---------------------------------------------------------------------- This is the API documentation for the gdtest_sphinx library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Timer(label: str, auto_start: bool = False) A simple timer for measuring elapsed time. :param label: A label for this timer instance. :type label: str :param auto_start: Whether to start timing immediately. :type auto_start: bool ## Functions Utility functions start_timer(label: str) -> gdtest_sphinx.Timer Create and start a new timer. :param label: The timer label. :type label: str :returns: A started timer instance. :rtype: Timer