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 78805 - [ProfilingPoints] Results for Stopwatch profiling point are not displayed until the program exits
Summary: [ProfilingPoints] Results for Stopwatch profiling point are not displayed unt...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
: 78808 (view as bug list)
Depends on:
Blocks: 79229
  Show dependency tree
 
Reported: 2006-06-21 20:41 UTC by _ gsporar
Modified: 2007-03-22 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gsporar 2006-06-21 20:41:37 UTC
NetBeans 6.0 Daily build from 2006-06-20 with the daily build of the NetBeans
Profiler from 2006-06-21 on JDK 5 update 5 on WindowsXP.

1. Set a Start Stopwatch point and a Stop Stopwatch point 
2. Open the Profiling Points window
3. Profile the application. Choose Analyze Performance, Entire Application

The start and stopwatch points get hit but the display in the Profiling Points
window continues to say "-no results available-"  After the application being
profiled exits, then the Profiling Points window is updated to show the amount
of time used.
Comment 1 Tomas Hurka 2006-06-21 20:50:47 UTC
AFAIK You need to have couple (20 or so) runs through the measured code to get Profiling Points
window updated.  
Comment 2 Tomas Hurka 2006-06-26 15:04:31 UTC
*** Issue 78808 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Sedlacek 2006-06-29 17:09:59 UTC
The problem is that data displayed by Profiling Points window aren't refreshed 
when new results arrive. As a workaround, open Live Results Window and have 
automatic refresh on. Also Take Snapshot action refreshes collected Profiling 
Points data.
Comment 4 Jiri Sedlacek 2006-08-09 13:32:32 UTC
Should be fixed in 6.0.
Comment 5 Jiri Sedlacek 2007-03-22 14:06:28 UTC
Should be fixed after Profiling Points reimplementation - Profiling Points 
results update periodically the same way as for Live results.