This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175846

Summary: Profiling Points initialization blocks EDT
Product: profiler Reporter: Jiri Sedlacek <jis>
Component: BaseAssignee: Jiri Sedlacek <jis>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Slowness snapshot

Description Jiri Sedlacek 2009-10-31 12:08:07 UTC
When starting profiling session the profiling points are initialized in EDT. This makes the IDE not responsive for large
projects, can be easily reproduced when profiling NetBeans IDE sources. See the attached snapshot.
Comment 1 Jiri Sedlacek 2009-10-31 12:09:10 UTC
Created attachment 90361 [details]
Slowness snapshot
Comment 2 Jiri Sedlacek 2009-11-02 10:17:02 UTC
Fixed in profiler-main.


http://hg.netbeans.org/profiler-main/rev/274aca57abeb
Comment 3 Quality Engineering 2009-11-03 15:03:45 UTC
Integrated into 'main-golden', will be available in build *200911031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/274aca57abeb
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #175846 - initialize profiling points outside of EDT