Node.js Hap snapshots: neither the node inspector nor nodetime will give me one :(

So, my current theory for my problem with my application is a memory leak. I'm trying to get a heap snapshot to explore, but ...

When I try to use node-inspector , there is no β€œProfiles” tab:

enter image description here

And when I use nodetime and click "Take Heap Snapshot" in the Profiler Memory tool, the output does not appear. Note that the output from "npm install nodetime" looks good: http://pastebin.com/ZGk6ZuNL

And here are the modules I use: http://pastebin.com/UFS6jW5X

+4
source share
1 answer

Have you tried this module? More comments on github. https://github.com/c4milo/node-webkit-agent

0
source

Source: https://habr.com/ru/post/1439604/


All Articles