android - How can I measure the time taken by a web service to return an XML feed -
i want compare various web services in terms of fastness in serving xml feeds. searched did not find tool this. please guide how can measure exact load time of xml feed returned web service.
just before send request , after receive response call system.currenttimemillis() , subtract them
Comments
Post a Comment