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


