Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Problems with performaces
Problems with performaces [message #245291] Sat, 30 August 2008 10:09
Eclipse UserFriend
Originally posted by: info.irriworks.com

Hi all,

I've some problems in rendering a graph with an huge amount of edges and
nodes. When I start the drawing of a graph of 30000 edges and nodes, even
using correctly rcp thread support (i.e. Jobs classes or asyncexec, syncexec
Display methods), the screen freezes for 8 sec and then the graph is
displayed. By means of Tptp profiling tools I've noticed that the recursive
method addChild of AbstractEditPart notifies the graph element addition to
every children recursively, and it takes about 5 sec to do that starting
from root editpart. Is there any solution to prevent screen freezing,
considering that addChild event notification is a time consuming task,
embedded inside a class that does UI operations (AbstractEditPart)? Any
suggestions and help is welcome :-)

Thank you very much in advance,
Irriworks Ltd.
Previous Topic:no LayoutManager when printing draw2D figures
Next Topic:Resizing/Selecting a special figure composition
Goto Forum:
  


Current Time: Fri Apr 19 21:02:52 GMT 2024

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

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

Back to the top