Open cawong2 opened 6 months ago
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.