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 212898 - Profiler actions block on background scanning even though they don't need any source information
Summary: Profiler actions block on background scanning even though they don't need any...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 13:35 UTC by J Bachorik
Modified: 2012-08-01 08:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2012-05-23 13:35:59 UTC
Currently, profiler actions behave rather conservatively and wait for the scanning to finish. The problem is that except of running CPU performance analysis in instrumented mode the profiler does not need any information from the indexer - and thus is making a user to wait unnecessarily.

Profiler actions should be non-blocking by default and only the parts which really need an up-to-date information from the indexer should wait for the scanning to finish.
Comment 1 Quality Engineering 2012-06-05 06:04:18 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b87dc51ee466
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #212898: Profiler actions do not need to wait for scanning to finish
Comment 2 J Bachorik 2012-08-01 08:32:18 UTC
fixed