| #include <sys/times.h> | |
| clock_t times(struct tms *buf); | |
| /* Returns: elapsed wall clock time in clock ticks if OK, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <sys/times.h> | |
| clock_t times(struct tms *buf); | |
| /* Returns: elapsed wall clock time in clock ticks if OK, −1 on error */ |