In the Chrome task manager I'm noticing that my app is using around 75,000k memory, which seems a little high. Is there a tool which will show the objects that are in memory, so that I can identify where I am misusing objects, or possibly even leaking memory?
Asked
Active
Viewed 284 times
2 Answers
3
In the Chrome DOM Inspector, you can click Profiles
-> Snapshot
. It gives you an idea of the memory map of your page, what uses how much and etc, including reference count and object size.

Please treat your mods well.
- 4,321
- 1
- 25
- 35
2
This has been asked before: Javascript memory profiler for Firefox
Take a look at Mozilla's performance tools: http://www-archive.mozilla.org/performance/tools.html

Community
- 1
- 1

Karl Laurentius Roos
- 4,360
- 1
- 33
- 42