From: Emmanuel S. [ES] <ma...@ei...> - 2008-03-24 17:05:19
|
> I used the profiler in EiffelStudio 6.1 (a run that normally > last 71 minutes when compiled with gec takes about 14 hours > when compiled with ISE 6.1 with the profiler on), and spent You should not enable profiler on all classes but just on yours. Then you see much quickly where the bottleneck is on your code rather than trying to profile STRING/ARRAY/ and other basic stuff which is not going to help you much. Once you have identified the bottleneck you can try reduce the scope of profiling to just the bottleneck. Manu |