python3-ping icon indicating copy to clipboard operation
python3-ping copied to clipboard

Change time.clock to time.perf_counter

Open typ431127 opened this issue 6 years ago • 0 comments

time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead

typ431127 avatar Apr 10 '19 10:04 typ431127