This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add time.CLOCK_PROF constant
Type: enhancement Stage: resolved
Components: FreeBSD, Library (Lib) Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: koobs, vstinner
Priority: normal Keywords: patch

Created on 2017-11-01 02:27 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4207 merged vstinner, 2017-11-01 02:27
Messages (2)
msg305352 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-11-01 02:27
The CLOCK_PROF clock is used internally by time.process_time(). It may be interesting to expose this constant if available.
msg305416 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-11-02 11:19
New changeset a64ce973a3ad90e4f4a93c402e946c132f647a63 by Victor Stinner in branch 'master':
bpo-31917: Add 3 new clock identifiers (#4207)
https://github.com/python/cpython/commit/a64ce973a3ad90e4f4a93c402e946c132f647a63
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 76098
2017-11-02 11:19:44vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-11-02 11:19:24vstinnersetmessages: + msg305416
2017-11-01 02:27:59vstinnersetkeywords: + patch
stage: patch review
pull_requests: + pull_request4176
2017-11-01 02:27:00vstinnercreate