Skip to main content



      Home
Home » Modeling » ATL » Performance
Performance [message #1062680] Mon, 10 June 2013 07:05 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:ArrayIndexOutOfBoundsException with ->at(1) although size is 2
Next Topic:helper attribute
Goto Forum:
  


Current Time: Tue Jul 22 18:05:27 EDT 2025

Powered by FUDForum. Page generated in 0.43990 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top