
{"id":16510,"date":"2016-08-10T15:31:57","date_gmt":"2016-08-10T15:31:57","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=16510"},"modified":"2016-08-10T15:31:57","modified_gmt":"2016-08-10T15:31:57","slug":"times-command-data-structure-tms-exposed","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2016\/08\/10\/times-command-data-structure-tms-exposed\/","title":{"rendered":"times command data structure tms exposed"},"content":{"rendered":"<pre>\ntimes() stores the current process times in\nthe struct tms that buf points to.  \nThe struct tms is as defined in &lt;sys\/times.h&gt;:\n\nstruct tms {\n   clock_t tms_utime;  \/* user time *\/\n   clock_t tms_stime;  \/* system time *\/\n   clock_t tms_cutime; \/* user time of children *\/\n   clock_t tms_cstime; \/* system time of children *\/\n           };\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>times() stores the current process times in the struct tms that buf points to. The struct tms is as defined in &lt;sys\/times.h&gt;: struct tms { clock_t tms_utime; \/* user time *\/ clock_t tms_stime; \/* system time *\/ clock_t tms_cutime; \/* user time of children *\/ clock_t tms_cstime; \/* system time of children *\/ };<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[1583],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16510"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=16510"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/16510\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=16510"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=16510"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=16510"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}