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 105519 - request total time summary
Summary: request total time summary
Status: RESOLVED DUPLICATE of bug 98107
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-06-03 20:49 UTC by apb
Modified: 2007-06-04 23:48 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 apb 2007-06-03 20:49:44 UTC
Currently, for viewing the time taken  for a function you can see the global
time under the "call tree" tab and the self-time under the "hot spots" tab.
However, the global time is inadequate at the moment because it only expresses
the global time via one particular code path to that function. I would be
*extremely*
handy to have a column under the "hot spots" tab entitle "global time" that lists
the sum off all the global times for that function via *any* path in the code.
Lack of this important information has greatly hindered my ability to optimize
Java code.
Comment 1 Alexander Kouznetsov 2007-06-04 09:05:07 UTC
Is it a duplicate of issue 98107 ?
Comment 2 apb 2007-06-04 23:47:30 UTC
Yeah, this sounds like a duplicate issue 98107. The only real new point here is
that we need a total time that takes all code paths into considerations, which
is currently impossible to find out (except by hand calcluation) as far as I can
tell.
Comment 3 apb 2007-06-04 23:48:05 UTC

*** This issue has been marked as a duplicate of 98107 ***