Hi Sujit,

   Use the following command from the console

adb shell top *-t*

If you want to see the status of a specific process thread's, give a 
command like the following

adb shell top -t | grep android.process.media
here i have taken "android.process.media" process as an example.

Thanks & Regards,
Ravikrishna Paduchuri.


On Thursday, May 17, 2012 5:35:17 PM UTC+5:30, sujit das wrote:
>
> Hi all, 
>   I have created a thread using C++ under mediaserver application. 
> When I am doing 'top'  it is showing only cpu usage of all including 
> 'mediaserver' but the newly created thread. 
> can someone help how to get thread level cpu consumption for the newly 
> created thread.


On Thursday, May 17, 2012 5:35:17 PM UTC+5:30, sujit das wrote:
>
> Hi all, 
>   I have created a thread using C++ under mediaserver application. 
> When I am doing 'top'  it is showing only cpu usage of all including 
> 'mediaserver' but the newly created thread. 
> can someone help how to get thread level cpu consumption for the newly 
> created thread.


On Thursday, May 17, 2012 5:35:17 PM UTC+5:30, sujit das wrote:
>
> Hi all, 
>   I have created a thread using C++ under mediaserver application. 
> When I am doing 'top'  it is showing only cpu usage of all including 
> 'mediaserver' but the newly created thread. 
> can someone help how to get thread level cpu consumption for the newly 
> created thread.

-- 
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

Reply via email to