You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the approach to viewing multiple processes/threads is to switch between processes as implemented in #82, but it would be very nice if instead we could compare them all on the same screen, to compare what is happening across threads.
This could look like:
and was wondering if there was an easy way to do this. I tried experimenting with the JSON to hack this out with something like:
Failed to load format Error: Tried to leave frame "event1" while frame "event2" was at the top at 9
at h._leaveFrame (speedscope.80eb88d2.js:165:8075)
at h.leaveFrame (speedscope.80eb88d2.js:165:8535)
at speedscope.80eb88d2.js:171:1753
at a (speedscope.80eb88d2.js:171:1800)
at speedscope.80eb88d2.js:171:2361
at Array.map (<anonymous>)
at s (speedscope.80eb88d2.js:171:2354)
at import.7f8cb9f9.js:121:2101
at Generator.next (<anonymous>)
at s (import.7f8cb9f9.js:121:780)
so I think this might require some code changes that I'm not familiar with.
The text was updated successfully, but these errors were encountered:
Hi @cawong2! There's no way to do this in speedscope as the moment. I agree it would be useful, though would be a really significant change of speedscope. Transparently, I think I'm unlikely to take this on any time soon.
In general, I think here's a lot that could be done to make analyzing multithreaded profiles much easier
Currently the approach to viewing multiple processes/threads is to switch between processes as implemented in #82, but it would be very nice if instead we could compare them all on the same screen, to compare what is happening across threads.
This could look like:
and was wondering if there was an easy way to do this. I tried experimenting with the JSON to hack this out with something like:
but it gave
so I think this might require some code changes that I'm not familiar with.
The text was updated successfully, but these errors were encountered: