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 174977 - Need to highlight hotspots
Summary: Need to highlight hotspots
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 10:56 UTC by Leonid Lenyashin
Modified: 2009-10-20 10:57 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 Leonid Lenyashin 2009-10-20 10:56:53 UTC
There should be a way to see and easily navigate to "hot spots" in a file annotated with metrics (cpu, mem, locks). "hot
spots" should be defined as lines in the code that are contributing more than certain %% of corresponding metric for
entire program run. Like performance "hot spots" might be defined as lines where program spent more than 20% of total
time. The thresholds might be configurable by user.
One of the way of such a highlighting/navigation can be to remove background for metrics that are less than threshold value.
Comment 1 Leonid Lenyashin 2009-10-20 10:57:18 UTC
This enh is important for SS IDE