This was suggested by @maenu.
To see a flame graph: Monitor > Profiler button > Start > click on a process to see flame chart
Can we build such a graph more easily?
Currently this view is defined in BlTelemetryTask>>#gtMapFor:.
It calls BlTelemetryTask>>#gtBarElements which in turn calls BlTelemetryTask>>#gtBarElementsWithGlobalWeight:local:.
The latter is a monster method that should be easier to construct. Can Roassal help?
This was suggested by @maenu. To see a flame graph:
Monitor > Profiler button > Start > click on a process to see flame chart
Can we build such a graph more easily? Currently this view is defined in
BlTelemetryTask>>#gtMapFor:
. It callsBlTelemetryTask>>#gtBarElements
which in turn callsBlTelemetryTask>>#gtBarElementsWithGlobalWeight:local:
. The latter is a monster method that should be easier to construct. Can Roassal help?