Bug 3673

Summary: open type profile (1GELIZG)
Product: [Eclipse Project] JDT Reporter: Erich Gamma <erich_gamma>
Component: UIAssignee: Erich Gamma <erich_gamma>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P4    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Erich Gamma CLA 2001-10-10 22:58:59 EDT
AK (5/31/01 5:09:18 PM)
	if we can cache - we'll win
(we could register a java element listener and remove/add stuff to the list on the fly)

   74.78% - 12499 ms - org.eclipse.jface.operation.ModalContext$ModalContextThread.run()
      74.78% - 12499 ms - org.eclipse.jdt.internal.ui.util.AllTypesSearchEngine$1.run()
         74.78% - 12499 ms - org.eclipse.jdt.internal.ui.util.AllTypesSearchEngine.searchTypes()
            74.78% - 12499 ms - org.eclipse.jdt.core.search.SearchEngine.searchAllTypeNames()
               74.78% - 12499 ms - org.eclipse.jdt.internal.core.search.processing.JobManager.performConcurrentJob()
                  74.78% - 12499 ms - org.eclipse.jdt.internal.core.search.PatternSearchJob.execute()
                     74.69% - 12484 ms - org.eclipse.jdt.internal.core.search.PatternSearchJob.search()
                     0.08% - 15 ms - org.eclipse.jdt.internal.core.search.IndexSelector.getIndexes()

   25.21% - 4214 ms - intuitive.audit.Audit.main() << THIS IS THE UI 


Ak (5/31/01 5:47:24 PM)
	however, it get worse next time: 60% search / 40% ui
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:13:13 EDT
moved to 'active'
Comment 2 DJ Houghton CLA 2001-10-24 07:16:21 EDT
PRODUCT VERSION:
	115

Comment 3 Erich Gamma CLA 2001-11-11 05:22:07 EST
we are caching now, closing