vscode-js-profile-visualizer: heap snapshots stuck "building graph layout..."

If I take a heap snapshot in chrome devtools then open the graph mode in this viewer I just get building graph layout... it seems indefinitely. There’s no error printed to the Window output log

Screenshot 2024-03-24 at 2 33 51 PM

The same is true of heap snapshots collected in the julia profiler, but that is more experimental, so chrome devtools is probably a better reproducer.

About this issue

  • Original URL
  • State: closed
  • Created 3 months ago
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

I made a PR to remove the graph view from that switcher https://github.com/microsoft/vscode-js-profile-visualizer/pull/179

Thanks! This week we’re busy getting the next release out, but I’ll take a look at this by the end of next week.