Hi there,
we also had to dig into that kind of tools because of a similar issue we are currently facing on ios.
Here are some interesting resources we have found for the occasion :
Dev tools :
- https://developer.chrome.com/devtools/docs/javascript-memory-profiling
- http://www.dwmkerr.com/fixing-memory-leaks-in-angularjs-applications/
Potential JS memory leaks :
- http://makandracards.com/makandra/31289-how-to-create-giant-memory-leaks-in-angularjs
- http://bahmutov.calepin.co/improving-angular-web-app-performance-example.html
Hope this can help you.
Regards.