A couple of related questions here:
First off, I've noticed that when using profiler as a way of streamlining my model that things that I think of as "processes" and things that I think of as "containers" often have the same (ms %) tags attached to them.
For example, I've written a little VB node that calculates and returns the area of closed curves, and then feed the results into a "Number" container which then feeds into a "Receiver" container. Clearly, the "Number" container and the "Receiver" container aren't doing as much work as the VB node, right? Well, according to their profiler tags they're doing almost exactly the same amount of work. What gives?
My question here is... are they each doing all that work? If so, I should avoid using so many "containers" and pass data along as directly as possible. If not, I shouldn't worry, but then profiler shouldn't be lying to me either.
This leads me to my next question: is there a way to see numerically how fast the whole model is updating? I'm working with some pretty hefty models here, 5mins or so for a refresh, and I'd like to see if my little efforts here and there to speed things up are working.
Thanks,
Kyle