mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-12-04 16:43:54 +03:00
66a9e5d1cf
This PR introduces support for importing JSON based profiles that are missing a terminating `]` (and possibly have an extraneous `,`).
This is similar to #202, but takes a much more targeted and simple approach.
I'm confident that this approach is sufficient because this is exactly what `chrome://tracing` does:
|
||
---|---|---|
.. | ||
Chrome | ||
Firefox | ||
haskell | ||
Instruments | ||
linux-perf | ||
node | ||
pprof | ||
speedscope | ||
stackcollapse | ||
stackprof | ||
trace-event |