I want to evaluate the performance of my Phonegap based Android application. I want to detect the load time of my application. i.e. time from tap to my application icon to startup page of my application? similarly the time my app takes from one form to another etc. How should i approach?
I want to evaluate the performance of my Phonegap based Android application. I want
Share
You should look into using Weinre, which exposes a full firebug style console on your computer while you’re debugging on your phone. You could use that for some profiling and other general debugging tasks.