 | | Upon successful completion, times returns the elapsed real time, in clock ticks, from some time in the past (usually system boot time). This point does not change between calls, so two successive calls to times compute the elapsed time between calls. If the call fails, -1 is returned and an error code is placed in errno. | |
|