## start_timer()


Create and start a new timer.


Usage


``` python
start_timer(label)
```


## Parameters


`label: str`  
The timer label.


## Returns


`Timer`  
A started timer instance.
