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 63894 - Code fragment profiling task 'notifies' first 'wait' of measured application
Summary: Code fragment profiling task 'notifies' first 'wait' of measured application
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: iformanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 13:55 UTC by ehucka
Modified: 2006-03-24 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test (973 bytes, text/plain)
2005-09-08 13:57 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-09-08 13:55:03 UTC
I used attached application to test code region profiling of a method. I
measured method 'method1000_500'. There is wait for 250ms which is measured and
log into System out. 
If the application is started without profiler it always waits for the 250 ms
but in code region profiling it doesn't wait for the first time.
Comment 1 ehucka 2005-09-08 13:57:26 UTC
Created attachment 24626 [details]
test
Comment 2 ehucka 2005-11-10 14:08:50 UTC
It works now. Fixed by some other fix.
Comment 3 ehucka 2005-11-11 14:53:17 UTC
v