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 109227 - duration pending...
Summary: duration pending...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 11:56 UTC by ehucka
Modified: 2007-09-25 10:32 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 ehucka 2007-07-10 11:56:37 UTC
Product Version: NetBeans IDE Dev (Build 070710) Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 System:
Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

I have created a profiling point stopwatch - (Timestamp and duration) in a for cycle of a code. I started profiling -
CPU, entire application. After the profiling was finished (it was very short test) there were some hits of the profiling
point but in report there were always only start time of the hit and 'duration pending...' text.

The code was simple, just:

for (int i=0; i<50; i++) {
     String s=i+". item";
     llist.add(s);
}
Comment 1 Tomas Hurka 2007-09-20 14:57:14 UTC
It works fine in dev build 200709200000.
Comment 2 ehucka 2007-09-25 10:32:11 UTC
verified