I want to compare page load time between mobile browsers (such as iOS Safari, Android browser). I can't find profiling tools for these mobile browsers.
Do you have any good idea?
One possible option I think now is using UIWebView of iOS and WebView of Android to implement simple applications which can detect page loading events.