microsoft / vscode-js-profile-visualizer

A custom editor for viewing `.cpuprofile` files in VS Code
MIT License
139 stars 29 forks source link

Very large profile won't open #181

Closed TwitchBronBron closed 5 months ago

TwitchBronBron commented 5 months ago

I'm trying to open a very large .cpuprofile file, and it won't open. vscode shows several "this process is not responding" popups, and every time I click "keep waiting", it just spins a bit and shows another popup a moment later.

image

I'm able to successfully open it at https://www.speedscope.app/, so I don't think there's anything wrong with the file itself.

Here's the profile file if that helps? 1712342898999-bsc-profile-1712342878817.cpuprofile

connor4312 commented 5 months ago

Thanks for the issue, this will be fixed in tomorrow's Insiders build.

TwitchBronBron commented 5 months ago

I just tested and confirmed that these large profiles work in the latest insiders. Thanks again!