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 92233 - Improve usability of categorization & drilldown
Summary: Improve usability of categorization & drilldown
Status: RESOLVED WONTFIX
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 15:43 UTC by J Bachorik
Modified: 2016-11-09 10:52 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J Bachorik 2007-01-10 15:43:07 UTC
In its current form (after implementing marker methods) a problem has surfaced
when profiling part of application defined by root methods. Marker methods are
instrumented and measured and results are visible to the user in live results as
well as a part of snapshot. Generally, the user shouldn't be aware of the fact
that marker methods were executed - they should be used only for categorization
and overview. So they must be effectively removed from live results and
snapshot. This requires partial rewrite of the CallGraphBuilder infrastructure -
might be combined with the effort to rewrite profiling points.
Also, it must be considered, how to present results of profiling part of
application with marker methods applied - should the overview be given on the
whole application or should be the overview calculated only in regard to the
root methods specified? (eg. how big portion of time spent in a method belongs
to a specific category etc.)
Comment 1 Jiri Sedlacek 2016-11-09 10:52:42 UTC
Not applicable for the new profiler.