Forums

calculate CPU seconds on Pool method

I need to run selenium bot which opens several headless browsers at the same time. Im using the Pool method. the bot is running on the console. How the CPU seconds are calculated?

CPU seconds are simply the amount of CPU time that your code uses. So if you have 2 processes that each use the same amount of CPU, then running them in parallel will use twice as much CPU time in the same amount of time as just running one of them