Hacker News new | ask | show | jobs
by asolove 5394 days ago
You can use a heap snapshot in Chrome Dev Tools. It has a handy feature where you take multiple snapshots and it shows you the differences in memory usage between them. See: http://code.google.com/chrome/devtools/docs/heap-profiling.h...
1 comments

I'll definitely be looking into that. Thanks.