Reputation: 29
I am doing a performance testing on a web application.
I want to record the Load Time or Response Time of the browser.
In desktop browser, I will use developer tools > Network to get the data I want.
But how I able to get the REAL DEVICE's browser response time?
**Remark : I have eliminated using browser emulator since it doesn't represent the actual real device's spec.
Upvotes: 1
Views: 358
Reputation: 23
you should use android device monitor in android studio
tools> android> android device monitor
Upvotes: 1