STINNER Victor <vstin...@redhat.com> added the comment:

> I also haven't seen it suggested, but perhaps GetProcessTimes 
> (https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-getprocesstimes)
>  (or GetThreadTimes) would provide enough information to detect the same 
> information?

My intent is to get an idea if the whole system is busy. Not if the current 
Python process is busy. Most buildbots run tests with multiple worker processes 
(at least 2).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to