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 41423 - Repainting for Step Over w/ watches takes longer
Summary: Repainting for Step Over w/ watches takes longer
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on: 41410
Blocks:
  Show dependency tree
 
Reported: 2004-03-26 16:37 UTC by Antonin Nebuzelsky
Modified: 2006-03-24 10:11 UTC (History)
1 user (show)

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 Antonin Nebuzelsky 2004-03-26 16:37:38 UTC
Measurements of new debugger implementation show a
slight regression of the time for repainting after
invoking Step Over action with a Watches window
open and listing several watches.

The times in miliseconds for finishing paints
after Step Over was invoked:

W2K:
build 200403141900:  734,  766,  703
build 200403231900:  718,  750,  703
new debugger build: 1031, 1047, 1031

Linux:
build 200403141900: 1017,  898,  876
build 200403231900:  882,  817,  805
new debugger build:  774, 1184, 1188

This performance regression is most probably
tightly bound to the reported issue 41410.
Comment 1 Jan Jancura 2004-07-12 17:15:02 UTC
I think that this issue should be fixed now. But I do not know how to
test it correctly.
Can you try to do a new measurements, please?
Comment 2 Antonin Nebuzelsky 2004-07-21 14:34:22 UTC
Verified.