Group Calculation Time

Hey there,

I’m working on an algorithm that takes up to 12 minutes to calculate, and I’m hoping to improve that efficiency. Due to the size of the algorithm, the total calculation time and the individual component calculation times don’t fully paint the picture of where the majority of the computation is taking place.

Is there any way to display the combined calculation time of the components within a group?

It would be helpful in pinpointing where to focus calculation optimization.

Cheers,
Oliver

PS Here’s an image of the algorithm for reference.