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 77087 - Show stopwatches in tree in Profiling Points window
Summary: Show stopwatches in tree in Profiling Points window
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 14:53 UTC by ehucka
Modified: 2007-03-23 19:46 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 ehucka 2006-05-30 14:53:43 UTC
It should be nice if there would be a treetable in Profiling points view.
For stopwatches high level nodes would be stopwatches with results and sub-nodes
would be start/stop profiling points:

+ Stopwatch 1                       2 results ...
 \ start         TestClass.java:12
 \ stop          TestClass.java:15
+ Stopwatch 2                       2 results
 \ start         TestClass.java:25
 \ stop          TestClass.java:34
...
Comment 1 Jiri Sedlacek 2007-03-23 15:09:47 UTC
Do you think that this enhancement can be closed after Profiling Points 
reimplementation? Stopwatch is now just one Profiling Point, start & stop are 
its properties.
Comment 2 ehucka 2007-03-23 15:21:15 UTC
yes, it could be closed
Comment 3 Jiri Sedlacek 2007-03-23 19:46:20 UTC
Fixed by Profiling Points reimplementation.