Python profiler and CPU seconds

Posted by dude on Stack Overflow See other posts from Stack Overflow or by dude
Published on 2010-05-05T08:25:16Z Indexed on 2010/05/05 8:28 UTC
Read the original article Hit count: 214

Filed under:
|
|

Hey, I'm totally behind this topic.

Yesterday I was doing profiling using Python profiler module for some script I'm working on, and the unit for time spent was a 'CPU second'. Can anyone remind me with the definition of it?

For example for some profiling I got: 200.750 CPU seconds. What does that supposed to mean? At other case and for time consuming process I got: -347.977 CPU seconds, a negative number!

Is there anyway I can convert that time, to calendar time?

Cheers,

© Stack Overflow or respective owner

Related posts about cpu

Related posts about seconds