Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:36
Andreas Kaluza is currently offline Andreas KaluzaFriend
Messages: 10
Registered: December 2010
Junior Member
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: Tue Apr 23 12:35:19 GMT 2024

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

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

Back to the top