From: Andrew McGillis on
Hi there,
I am coming across something in my profiler reports that indicates some serious slowdowns in my model runs... (MATLAB 7.8, Win32)...

__synthetic_load_module__

Clicking on it in the profiler doesn't provide any additional insight. At this point, it isn't even obvious which line in my code is calling it (or initiating the process).

It represents well over half of my run-time, and for increasing the number of iterations in my loop, the number of calls increases linearly...

Any ideas out there?

Thanks in advance,
Andrew