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
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
- fix: make heap snapshot graph a panel instead of an editor It's not valid to open a file directly versus focusing a single element. Make it a webview panel instead to avoid the usability issue. For ... — committed to microsoft/vscode-js-profile-visualizer by connor4312 3 months ago
- fix: make heap snapshot graph a panel instead of an editor (#179) * fix: make heap snapshot graph a panel instead of an editor It's not valid to open a file directly versus focusing a single element... — committed to microsoft/vscode-js-profile-visualizer by connor4312 3 months ago
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.