Skip to content

Replace time.clock by time.process_time

Stefan Biereigel requested to merge time_clock into master

Python 3.8 has deprecated time.clock() in favor of time.process_time(). After having been deprecated for a while. This MR replaces that.

https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals

Merge request reports