Skip to content

Replaced time.clock() with time.process_time()#113

Open
NeeleshVashist wants to merge 1 commit intofogleman:masterfrom
NeeleshVashist:master
Open

Replaced time.clock() with time.process_time()#113
NeeleshVashist wants to merge 1 commit intofogleman:masterfrom
NeeleshVashist:master

Conversation

@NeeleshVashist
Copy link

As of Python 3.3, time.clock() is deprecated, I replaced that with time.process_time() method to make it work with the latest Python version.

@progval
Copy link
Contributor

progval commented Jun 7, 2020

Duplicate of #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants