What is best way to check execution time? I just use the perf_counter from time module.
**
from time import sleep, perf_counter start = perf_counter()