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 77081 - Stop watch should measure its line too
Summary: Stop watch should measure its line too
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: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 14:25 UTC by ehucka
Modified: 2006-10-23 16:40 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 2006-05-30 14:25:35 UTC
Example:

17: int a=0;
18: workForASecond();
19: ...

If I place a startwatch at line 17 and stopwatch at line 18 it doesn't measure
time of the method 'workForASecond'.
I think most common behaviour of selecting lines is including start and stop lines.
Comment 1 Maros Sandor 2006-06-12 12:34:04 UTC
Our little poll on the mailing list resulted 4:3 in favor of inclusive over
exclusive approach, therefore I accept this issue. It will be fixed along with
Issue #77464.
Comment 2 Maros Sandor 2006-06-12 14:39:57 UTC
Fixed IN #95557.
Comment 3 ehucka 2006-07-26 10:03:26 UTC
verified