Created
July 9, 2015 22:26
-
-
Save shichao-an/a663bc3fb2c0274f9e02 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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