from time import perf_counter, time
ref = time() - perf_counter()
pass
def timing():
global ref
t = ref + perf_counter()
return t