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 79195 - [ProfilingPoints] Defined profiling points are incorrectly presented to the user
Summary: [ProfilingPoints] Defined profiling points are incorrectly presented to the user
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks: 79229
  Show dependency tree
 
Reported: 2006-06-27 12:44 UTC by Jiri Sedlacek
Modified: 2007-04-03 14:36 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 Jiri Sedlacek 2006-06-27 12:44:43 UTC
The Select Profiling Task dialog for both Profile Project and Attach Profiler 
actions is project sensitive, this means that all information presented there 
is related to the project going to be profiled.

Current implementation and visualization of Profiling Points breaks this rule - 
as Profiling Points are defined globally (like breakpoints), they have no 
specific project context. For Analyze Performance / Regions Defined by 
Profiling Points this means that number of defined points displayed near the 
combo shows global number, not number of points defined for the project.

This may lead to profiling a project without any start point defined, in such 
case the user may be confused why no data are being collected - the label 
indicates that PPs are defined.

To fit correct Select Profiling Task dialog behavior, Profiling Points must be 
defined in context of project, not globally.
Comment 1 Jiri Sedlacek 2007-03-22 13:36:09 UTC
Fixed by Profiling Points reimplementation.
Comment 2 Jiri Sedlacek 2007-04-03 14:36:54 UTC
Verified.