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.

Author vstinner
Recipients Link Mauve, vstinner
Date 2014-10-14.08:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413275883.47.0.635565532744.issue22624@psf.upfronthosting.co.za>
In-reply-to
Content
What is your platform?

time.process_time() supports many functions:

 - GetProcessTimes() (Windows only)
 - clock_gettime(CLOCK_PROF)
 - clock_gettime(CLOCK_PROCESS_CPUTIME_ID)
 - getrusage(RUSAGE_SELF)
 - times()
 - clock()

On POSIX, clock() is always tried as a fallback. Does your platform support at least one of these functions?
History
Date User Action Args
2014-10-14 08:38:03vstinnersetrecipients: + vstinner, Link Mauve
2014-10-14 08:38:03vstinnersetmessageid: <1413275883.47.0.635565532744.issue22624@psf.upfronthosting.co.za>
2014-10-14 08:38:03vstinnerlinkissue22624 messages
2014-10-14 08:38:03vstinnercreate