Close #14309: Deprecate time.clock()
Use time.perf_counter() or time.process_time() instead.
V
Victor Stinner committed
47620a661128ce91f46f01fb46e1326880365e75
Parent: ec89539
Use time.perf_counter() or time.process_time() instead.