On 05/13/2010 02:42 PM, Deva R wrote: > Hi, > > i wish to profile time consumed in my service., (probably in order of > few mS) > we can use gettimeofday or a hw timer in kernel side., > for user library, what call shall be used in user mode?
Usually, this is done with gettimeofday > how to query system tick count or millisecond count, from a native library? See 'man gettimeofday' ============================= Tim Bird Architecture Group Chair, CE Linux Forum Senior Staff Engineer, Sony Network Entertainment ============================= -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
