Re: [android-developers] How to measure activity load time

2012-01-19 Thread Mark Murphy
Use Traceview to measure performance of your code.

On Wed, Jan 18, 2012 at 11:29 PM, PMS  wrote:
> I have an application. some activity/screens are taking more time to
> load,
>
> So i am looking for a tool/ some solution to measure each screen/
> activity to measure load time and response time for any action in the
> screen like button click etc.,
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to measure activity load time

2012-01-18 Thread PMS
I have an application. some activity/screens are taking more time to
load,

So i am looking for a tool/ some solution to measure each screen/
activity to measure load time and response time for any action in the
screen like button click etc.,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to measure activity load time

2011-07-14 Thread TreKing
On Thu, Jul 14, 2011 at 6:34 AM, sreenivas p m wrote:

> how to identify load time of all the 3 screens


Identify the load time of each individually (which is all that really
matters at any given time) ... then add.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to measure activity load time

2011-07-14 Thread sreenivas p m
Hi,

I want to measure activity load time.

ex. if an application has 3 screens.

how to identify load time of all the 3 screens


Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en