Performance [message #1062680] |
Mon, 10 June 2013 07:05  |
Eclipse User |
|
|
|
Hi,
I need your help,
When the number of input element increases, the execution time increases also.
And can takes more than an hour.
So how can I decrease this execution time.
I'm waiting for your idea and solution,
thank you,
Samar.
|
|
|
Re: Performance [message #1062765 is a reply to message #1062680] |
Mon, 10 June 2013 12:16  |
Eclipse User |
|
|
|
Hello,
A good way to improve performance is to remove as much as possible the calls to the "allInstances" operation if there are some (they can often be replaced by specific navigation inside the input model).
Also, you have to double-check the complexity of your OCL expressions: e.g. doing an appropriate use of the "select" operation can save quite a lot of time.
However, depending on the elements actually handled by the transformation, it could be normal that the execution time (reasonably) increases when augmenting the size of the input models.
|
|
|
Powered by
FUDForum. Page generated in 0.43990 seconds