-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
From the Python 3.8 doc:
The function time.clock() has been removed, after having been deprecated since Python 3.3: use time.perf_counter() or time.process_time() instead, depending on your requirements, to have well-defined behavior. (Contributed by Matthias Bussonnier in bpo-36895.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels