My program needs to be able to access how much of my CPU quota I have used. For instance, if I had used 10% (10.00 seconds) of my CPU quota, I'd like to be able to get the percent of CPU I have used (10%).
I'm running python 3.7. A simple way to do it would be appreciated.