On Tue, Nov 16, 2010 at 11:07 AM, aparna <[email protected]> wrote: > Hello, > > I want to calculate CPUTime per process for Android devices. > please help me.. >
Does getrusage() meet your requirements? That's a C call though so you'd have to use JNI from your Java code. -jb -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

