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 208792 - Provide way to customize profiling point scope
Summary: Provide way to customize profiling point scope
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on: 208832
Blocks:
  Show dependency tree
 
Reported: 2012-02-23 13:47 UTC by Jiri Sedlacek
Modified: 2012-02-29 15:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-02-23 13:47:03 UTC
Currently a profiling point is only valid for profiling one project defined when creating the profiling point. It would be useful to provide a way to define a custom scope of profiling point validity (like predefined sets of projects etc.).
Comment 1 Jiri Sedlacek 2012-02-24 11:45:05 UTC
Implemented by http://hg.netbeans.org/profiler-main/rev/f9219e6c998a.

Requires more changes, currently profiling points may not be hit if not set in root methods & not match instrumentation filter.
Comment 2 Jiri Sedlacek 2012-02-24 15:30:58 UTC
Engine changes tracked by Bug 208832.
Comment 3 Quality Engineering 2012-02-28 10:51:55 UTC
Integrated into 'main-golden', will be available in build *201202280400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f9219e6c998a
User: Jiri Sedlacek <jis@netbeans.org>
Log: Implementation of #208792 - custom PP scope support, needs some engine changes
Comment 4 Jiri Sedlacek 2012-02-29 15:28:29 UTC
Implemented.