Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created July 9, 2015 22:26
Show Gist options
  • Save shichao-an/a663bc3fb2c0274f9e02 to your computer and use it in GitHub Desktop.
Save shichao-an/a663bc3fb2c0274f9e02 to your computer and use it in GitHub Desktop.
#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