Skip to content

Instantly share code, notes, and snippets.

@shichao-an
Created July 9, 2015 22:11
Show Gist options
  • Save shichao-an/d8ae24d49244509b0cba to your computer and use it in GitHub Desktop.
Save shichao-an/d8ae24d49244509b0cba to your computer and use it in GitHub Desktop.
struct tms {
clock_t tms_utime; /* user CPU time */
clock_t tms_stime; /* system CPU time */
clock_t tms_cutime; /* user CPU time, terminated children */
clock_t tms_cstime; /* system CPU time, terminated children */
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment