Skip to content

bpo-31917: Add 3 new clock identifiers#4207

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:clock_prof
Nov 2, 2017
Merged

bpo-31917: Add 3 new clock identifiers#4207
vstinner merged 1 commit into
python:masterfrom
vstinner:clock_prof

Conversation

@vstinner

@vstinner vstinner commented Nov 1, 2017

Copy link
Copy Markdown
Member

Add new clock identfiers:

  • time.CLOCK_BOOTTIME
  • time.CLOCK_PROF
  • time.CLOCK_UPTIME

https://bugs.python.org/issue31917

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps mention that this FreeBSD-only here?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added an entry in What's New in Python 3.7 which adds more details.

Add new clock identfiers:

* time.CLOCK_BOOTTIME
* time.CLOCK_PROF
* time.CLOCK_UPTIME
@vstinner vstinner changed the title bpo-31917: Add time.CLOCK_PROF constant bpo-31917: Add 3 new clock identifiers Nov 2, 2017
@vstinner vstinner merged commit a64ce97 into python:master Nov 2, 2017
@vstinner vstinner deleted the clock_prof branch November 2, 2017 11:19
@vstinner

vstinner commented Nov 2, 2017

Copy link
Copy Markdown
Member Author

Thanks for the review @taleinat :-) I merged my PR.

embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
Add new clock identfiers:

* time.CLOCK_BOOTTIME
* time.CLOCK_PROF
* time.CLOCK_UPTIME
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.

4 participants