Xiaoguang Sun
64f10ee644
Implement getrusage
...
Implement getrusage.
These fields of struct rusage are not supported and always set to zero at this time
long ru_nswap; /* swaps */
long ru_inblock; /* block input operations */
long ru_oublock; /* block output operations */
long ru_msgsnd; /* messages sent */
long ru_msgrcv; /* messages received */
long ru_nvcsw; /* voluntary context switches */
long ru_nivcsw; /* involuntary context switches */
test75.c is the unit test for this new function
Change-Id: I3f1eb69de1fce90d087d76773b09021fc6106539
2013-07-01 23:00:47 +02:00
..
2012-12-07 13:58:06 +01:00
2012-03-25 16:17:10 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 16:17:10 +02:00
2013-03-20 16:14:21 +00:00
2012-02-14 14:52:02 +01:00
2013-07-01 23:00:47 +02:00
2012-03-25 16:17:10 +02:00
2013-06-18 09:09:23 +02:00
2013-07-01 23:00:47 +02:00
2012-02-14 14:52:02 +01:00
2013-04-12 20:52:58 +02:00
2013-03-07 14:29:27 +00:00
2012-09-24 15:53:43 +02:00
2012-03-25 16:17:10 +02:00
2012-02-14 14:52:02 +01:00
2012-12-07 13:58:06 +01:00
2012-03-25 16:17:10 +02:00
2012-02-14 14:52:02 +01:00
2013-02-21 10:29:08 +00:00
2013-02-26 09:44:20 +00:00
2013-02-26 09:44:20 +00:00
2012-03-25 16:17:10 +02:00
2012-12-07 13:58:06 +01:00
2012-02-14 14:52:02 +01:00
2013-02-21 10:29:08 +00:00
2012-03-25 16:17:10 +02:00
2012-02-14 14:52:02 +01:00
2013-02-06 16:07:43 +01:00
2012-02-14 14:52:02 +01:00
2012-04-09 18:08:26 +02:00
2012-02-14 14:52:02 +01:00
2012-12-07 13:58:06 +01:00
2013-06-12 07:04:53 +00:00
2012-08-27 19:46:41 -04:00
2012-02-14 14:52:02 +01:00
2013-04-26 13:57:08 +00:00
2013-02-06 16:07:43 +01:00
2013-06-18 09:09:23 +02:00
2013-02-26 09:44:24 +00:00
2013-02-06 16:07:43 +01:00
2013-01-14 11:36:25 +01:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2012-03-02 15:44:48 +00:00
2012-03-25 16:17:10 +02:00
2013-02-06 16:07:43 +01:00
2013-02-11 19:31:57 +01:00
2013-03-20 16:14:21 +00:00
2012-02-14 14:52:02 +01:00
2012-12-07 13:58:06 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-12-07 13:58:06 +01:00
2012-03-25 21:58:27 +02:00
2013-03-20 16:50:01 +00:00
2013-02-16 19:35:19 +01:00
2012-12-07 13:58:06 +01:00
2012-03-25 16:17:10 +02:00
2012-04-09 16:35:57 +02:00
2012-04-09 18:08:26 +02:00
2012-02-14 14:52:02 +01:00
2012-03-25 16:17:10 +02:00
2013-02-10 21:50:34 +01:00
2012-11-26 15:20:18 +00:00
2013-07-01 23:00:47 +02:00
2013-05-31 13:35:25 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2012-12-07 13:58:06 +01:00
2013-06-17 09:55:36 +02:00
2013-06-24 16:50:57 +02:00
2012-12-07 13:58:06 +01:00
2012-12-07 13:58:06 +01:00
2012-04-09 15:56:20 +02:00
2012-04-09 19:25:18 +02:00
2012-04-09 15:56:20 +02:00
2012-04-09 15:56:20 +02:00
2013-04-24 10:18:16 +00:00
2013-01-23 09:03:03 +00:00
2013-06-01 20:51:31 +08:00
2012-02-14 14:52:02 +01:00