I've done quite a bit of Googling but can't find an answer to this question. When you run prove on your tests (http://perldoc.perl.org/prove.html), you get some statistics that look like:
Files=3, Tests=45, 2 wallclock secs ( 0.03 usr 0.00 sys + 0.50 cusr 0.12 csys = 0.65 CPU)
What do the numbers given for usr, sys, cusr, csys and CPU mean?
Wallclock seconds is the actual elapsed time, as if you looked at your watch to time it.
The usr seconds in the time actually spent on the CPU, in user space.
The sys seconds is the time actually spent on the CPU, in kernel space.
The CPU time is the total time spent on the CPU.
I don't know what cusr and csys represents, I guess they mean children_user and children_system?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With