Python3.7中出现报错AttributeError: module ‘time‘ has no attribute ‘clock‘

time.clock()已经在新的版本Python3.3中移除了。
Python3.7中出现报错AttributeError: module ‘time‘ has no attribute ‘clock‘

报错:AttributeError: module ‘time’ has no attribute ‘clock’
中文翻译:属性报错:模块“time”没有“clock”属性