SDFIdk / DHMQC

Processing suite for the Danish Digital Elevation Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time.clock()

lethorable opened this issue · comments

time.clock() is not working in python 3.8. Works in 3.7

https://docs.python.org/3.7/library/time.html#time.clock :

Deprecated since version 3.3, will be removed in version 3.8:
The behaviour of this function depends on the platform: use perf_counter() or
process_time() instead, depending on your requirements, to have a well defined
behaviour.