jlfwong / speedscope

🔬 A fast, interactive web-based viewer for performance profiles.
https://www.speedscope.app
MIT License
5.45k stars 237 forks source link

Cannot open large size JSON #478

Open s7tya opened 3 months ago

s7tya commented 3 months ago

I'm trying to import Trace Event Format JSON that has 300,000+ records, however it fails because of https://github.com/jlfwong/speedscope/pull/438.

Here's the link of JSON

Related: #386

trainee202 commented 3 months ago

+1

This is getting problematic, even if we perf data it behaves same way, above a certain data-size it do not work (my threshold when testing was <=2GB)

7thFox commented 2 days ago

+1 my file was ~450MB. Even just getting a message saying it's too big (instead of "invalid format") would be nice so I know it's not a bug in my profiler code.