Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Re-executing plug-Ins: Performance Issues
Re-executing plug-Ins: Performance Issues [message #643279] Mon, 06 December 2010 06:36
Eclipse UserFriend
Hello,

I wrote a plug-in, which derives proposals via the IJavaCompletionProposalComputer entry point. While benchmarking this plug-in I discovered that several re-executes lead to decrease the execution time. This re-execution happened at the same code position, of course without restarting Eclipse.

My benchmark result:
#1 5524ms
#2 1873ms
#3 2232ms
#4 984ms
#5 687ms
#6 859ms
#7 391ms
#8 391ms

I do only use type hierarchies and signatures.

I was wondering, why I got this results? Does Eclipse or JDT store something in the background and if so what (else)?

Regards

Andreas K.
Previous Topic:Performance Issues: IType - newTypeHierarchy(...)
Next Topic:Is it possible to have two types with the same name but different (number) of type arguments?
Goto Forum:
  


Current Time: Wed Jul 02 03:04:26 EDT 2025

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

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

Back to the top