timer.start()#
Starts the Timer. Should always be followed by timer.stop()
later in the code.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
thread | str | None | Option to start new thread. | None |
decimals | int | None | Option to define decimals for output. Minimum | None |
Example
Basic usage:
Python | |
---|---|
Terminal output example:
With custom thread name and decimals:
Python | |
---|---|
Terminal output example: