Skip to content

bpo-31803: time.clock becomes an alias to time.perf_counter#4062

Closed
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:clock_alias
Closed

bpo-31803: time.clock becomes an alias to time.perf_counter#4062
vstinner wants to merge 1 commit intopython:masterfrom
vstinner:clock_alias

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Oct 20, 2017

Remove time.clock() implementation, as time.clock becomes a simple
alias to time.perf_counter.

https://bugs.python.org/issue31803

Remove time.clock() implementation, as time.clock becomes a simple
alias to time.perf_counter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants