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 164722

Summary: Tree view in CPU Time table
Product: cnd Reporter: Alexander Pepin <apepin>
Component: ProfileAssignee: Andrew Krasny <akrasny>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Alexander Pepin 2009-05-07 18:51:11 UTC
It would be nice to have a tree view in CPU Time table in addition to the existing plane view. I think that in many
cases it will be easier to see the most problematic pieces of code from the very top functions.
 Another idea is to combine CPU Time tree view and Call Graph.
Comment 1 Quality Engineering 2009-05-14 07:57:28 UTC
Integrated into 'main-golden', will be available in build *200905140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6fb8296839a1
User: Maria Tishkova <mromashova@netbeans.org>
Log: partfix IZ#164722  Tree view in CPU Time table
it is possible now if DTrace is used to see TreeTable in CPU Time table running netbeans with additional glaf -J-Dcpu.tree.table=true
Comment 2 Andrew Krasny 2009-09-04 20:05:22 UTC
Feature is enabled.
However it works for dtrace provider only (for now).
IZ#171528 has been filed for SunStudio support.
Comment 3 Andrew Krasny 2009-09-04 20:06:42 UTC
http://hg.netbeans.org/cnd-main/rev/2afee6ade19a
Comment 4 Quality Engineering 2009-09-08 02:46:59 UTC
Integrated into 'main-golden', will be available in build *200909071948* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2afee6ade19a
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#164722 - Tree view in CPU Time table
Enabled the feature by default