A data object, representing the times associated with a benchmark measurement.
Constants
FORMAT = "%10.6u %10.6y %10.6t %10.6r\n"
CAPTION = " user system total real\n"
Attributes
[R] | label |
Label |
[R] | total |
Total time, that is utime + stime + cutime + cstime |
[R] | real |
Elapsed real time |
[R] | cstime |
System CPU time of children |
[R] | cutime |
User CPU time of children |
[R] | stime |
System CPU time |
[R] | utime |
User CPU time |