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 117409 - Implement threads aggregation in Call Tree
Summary: Implement threads aggregation in Call Tree
Status: VERIFIED DUPLICATE of bug 55221
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-02 09:49 UTC by Alexander Kouznetsov
Modified: 2007-10-02 10:38 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 Alexander Kouznetsov 2007-10-02 09:49:48 UTC
Feedback from user: I still have the same problem in Netbeans 5.5.1:  I am trying to optimize a web application that
runs in a number of worker threads and that makes calls to back-end servers such as data base or EJB servers.  The
following feature would help a lot:
     A Call Tree view that shows an aggregate over all the worker
     threads in my server.  This would give me a chance to find the
     methods that consume the most time by top-down opening the call tree.

As it is, this deficiency conspire to make it difficult to find the methods that actually take the most total time: the
Call Tree view is spread out over many threads that I must inspect individually to locate the worst method.

Apart from this, I found the profiler easy to work with (especially compared to Eclipse TPTP, which I have used before
and which insists on recording every single function call instead of an aggregate).
Comment 1 Jiri Sedlacek 2007-10-02 09:54:06 UTC
Isn't it a duplicate of Issue 55221?
Comment 2 Alexander Kouznetsov 2007-10-02 10:03:18 UTC
You're right. It's a duplicate

*** This issue has been marked as a duplicate of 55221 ***
Comment 3 Alexander Kouznetsov 2007-10-02 10:38:13 UTC
Verified duplicate