Messages in this thread |  | | | Subject | Re: [RFC][PATCH 01/10] taskstats: Use real microsecond granularity for CPU times | | From | Michael Holzheu <> | | Date | Fri, 08 Oct 2010 17:08:12 +0200 |
| |
On Thu, 2010-10-07 at 10:38 +0530, Balbir Singh wrote: > * Michael Holzheu <holzheu@linux.vnet.ibm.com> [2010-09-23 16:00:52]: > > > Subject: [PATCH] taskstats: Use real microsecond granularity for CPU times > > > > From: Michael Holzheu <holzheu@linux.vnet.ibm.com> > > > > The taskstats interface uses microsecond granularity for the user and > > system time values. The conversion from cputime to the taskstats values > > uses the cputime_to_msecs primitive which effectively limits the > > granularity to milliseconds. Add the cputime_to_usecs primitive for > > architectures that have better, more precise CPU time values. Remove > > cputime_to_msecs primitive because there is no more user left. > > > > Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> > > Looks good to me.
Can I take that as an Acked-by?
Michael
|  |