fondazionebordoni / nemesys

Code for Network Measurement System Software for Monitoring of Fixed Broadband Quality of Service (QoS) Project
https://www.misurainternet.it/
GNU General Public License v3.0
7 stars 2 forks source link

Calls for function `time.clock()` are not supported anymore since Python v.3.3 #30

Closed gpantanetti closed 2 years ago

gpantanetti commented 2 years ago

The function time.clock() is deprecated since Python v.3.3 and was removed from Python v.3.8.

https://github.com/fondazionebordoni/nemesys/blob/5b3418fe587f93c293854b0eabd77bbba1b9870c/common/ping.py#L86 https://github.com/fondazionebordoni/nemesys/blob/5b3418fe587f93c293854b0eabd77bbba1b9870c/common/ping.py#L132 https://github.com/fondazionebordoni/nemesys/blob/5b3418fe587f93c293854b0eabd77bbba1b9870c/common/ping.py#L174