Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Performance issue

2008/12/9 Alex Panchenko <alex@xxxxxxxxx>:
> Hi Didier,
>
> I am not sure how to interpret the results - is it the elapsed time or CPU time?

Yes, it is CPU time.

> What profiler (and profiling mode) you have used to generate these statistics?

I use the profiler included in Eclipse Ganymede.

> Is it possible to generate statistics in the call-hierarchy format?

I am not able to generate other statistics due to amount of time it takes.
After two hours, I have forgiven.

>
> The first item in the statistics is JobManager. It is performing indexing
> tasks, usually the large amount of the time is spent in the source parser
> calls.
>
> How many files do you have in your project? What is the total size of the files?

There are two files in the project. A small one 29K and a big one 2M.
When I remove the big one the performance problem disappear.

> What operations you performed in the profiled application? Where do you
> experience performance problems? What DLTK version do you use?
>

I used DLTK 1.0.0.v20080815

> Regards,
> Alex
>
> didier barzin wrote:
>>
>> Dear All,
>>
>> I am developping a Cobol Plugin for Eclipse using DLKT.
>> I have a performance issue using DLTK with big COBOL sources having
>> more that 10.000 lines.
>> The execution statistics are attached to this mail.
>>
>> Does amyone have had similar problems ?
>>
>> Thanks,
>>
>> Didier
>>
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>


Back to the top