views:

12

answers:

0

Hi,

I have written a module. I wanted to test the run-time performance of the module (processor and other resource utilization) on various platforms, like on a Netbook, Laptop, Android Mobile Phone etc.

I would like to monitor the performance of only the thread that is running my module and not the overall resource/processor utilization at the given point of time..

Can you suggest me some parameters that I could use to calculate the performance of the module. I would be glad if any one could also suggest me any API to calculate the same.

Thanks