AttributeError module ‘time’ has no attribute ‘clock’
原因:python3.8不支持clock
time.clock() 替换成 time.perf_counter()