I have whipped together a small change to export SpeedScope Data not thread wise but as an aggregate.
That makes it much easier to find CPU bottlenecks which happen in the same methods split accross many threads.
Currently the Speedscope output is not that useful if you have many threads in your application.
- You loose then the timeline view which is not that useful anyway if you can check only one thread at a time.
- Left Heavy and Sandwich work as expected
For the export menu we would then need an additional option or should that become the new default?
- Speed Scope (*.speedscope.json)
- Speed Scope All Threads (*.speedscope.json)
Any opinions?
I have whipped together a small change to export SpeedScope Data not thread wise but as an aggregate.
That makes it much easier to find CPU bottlenecks which happen in the same methods split accross many threads.
Currently the Speedscope output is not that useful if you have many threads in your application.
For the export menu we would then need an additional option or should that become the new default?
Any opinions?