Bug 3673 - open type profile (1GELIZG)
Summary: open type profile (1GELIZG)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:58 EDT by Erich Gamma CLA
Modified: 2001-11-11 05:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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