How can i get memory usage of browser when loading webpage
|
11-26-2016, 05:01 AM
Post: #2
|
|||
|
|||
RE: How can i get memory usage of browser when loading webpage
No, at least not in the UI. Through the API you can get the private bytes delta from the start to the end of the test but I don't recommend looking there. Overall browser memory use will tell you nothing useful because browsers will tend to optimize for speed and cache a bunch of things internally in RAM until there is a reason to discard them (like memory pressure).
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How can i get memory usage of browser when loading webpage - vikrammaduri05 - 11-25-2016, 12:05 AM
RE: How can i get memory usage of browser when loading webpage - pmeenan - 11-26-2016 05:01 AM
RE: How can i get memory usage of browser when loading webpage - vikrammaduri05 - 11-30-2016, 10:41 PM
|
User(s) browsing this thread: 1 Guest(s)