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 63197 - Root method selection could be more flexible
Summary: Root method selection could be more flexible
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-28 00:21 UTC by _ gsporar
Modified: 2007-11-14 22:25 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 _ gsporar 2005-08-28 00:21:49 UTC
If I have two different methods that I want to analyze but I do not want both of
them profiled at the same time, then I have to switch back and forth between
them.  This is not as easy to do as it could be.  The problem is that the list
of Selected Root Methods (in the Specify Root Methods dialog) is just that: a list.

What I need instead is something with a check-box next to each method.  Then I
could go find all the methods I'm interested in and have them listed.  By
default each would have the check-box selected, meaning that it is going to be
analyzed as a root method.  I could un-check the ones that I'm not interested in
at the moment and then start profiling.  Later, if I decide to modify my
profling settings, the check-boxes would make it really easy to modify which
methods get analyzed during the profiling session.
Comment 1 iformanek 2005-08-30 13:23:40 UTC
This could be done now by creating two custom configurations with the two sets 
of roots.

Having said that, I am having problems myself with the root methods selection 
UI, and am thinking along similar lines for the future.

Probably will not address this one in 1.0, keeping it for the future.
Comment 2 Jiri Sedlacek 2007-02-12 19:57:14 UTC
Already fixed by implementing new Root Methods Selector with checktree in
Profiler 6.0.
Comment 3 Alexander Kouznetsov 2007-11-14 10:33:25 UTC
gsporar, do you agree with this fix? Could you please verify it.
Comment 4 _ gsporar 2007-11-14 22:25:07 UTC
Yes, this is fixed.