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 36946 - basic performance tests for winsys2
Summary: basic performance tests for winsys2
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 36122
  Show dependency tree
 
Reported: 2003-10-30 17:27 UTC by Pavel Buzek
Modified: 2008-12-22 16:50 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
initial startup measurements (1.43 KB, text/plain)
2003-10-31 12:39 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2003-10-30 17:27:03 UTC
Provide results of performace 'sanity' tests to
prevent regression of performance from the current
winsys; mainly for things like startup time,
reading/storing the config, d&d, switching
windows/groups, memory consumption etc).
Comment 1 _ rkubacki 2003-10-31 12:39:57 UTC
Created attachment 12031 [details]
initial startup measurements
Comment 2 David Simonek 2003-10-31 13:42:33 UTC
Why the ws2merge? Is this needed before merge? I will not have time to
do it without dropping some UI enhancements for sure. 
Comment 3 David Simonek 2003-10-31 14:42:29 UTC
Question for Pavel Buzek: What if regressions are found? Must they be
fixed before closing this TCR? Reason I'm asking is that perf fixes
are usually time consuming task, they should be inserted into our
schedule, some planned UI work abandoned or merge date slipped.
Comment 4 Tomas Pavek 2003-11-03 08:56:57 UTC
This TCR does not define perf. criteria nor does it say what to do
when there are regressions found. Its purpose is just to make sure the
performance issues are known and covered - the concrete decisions and
solutions about the issues are up to you.

You should not close this issue untill all the necessary measuring is
done and issues filed, but need not wait for fixing the issues I think.
Comment 5 Pavel Buzek 2003-11-06 17:13:42 UTC
50% regression in startup time (37055) is pretty big. We filed the TCR
to make sure you test it and evaluate the results. Are you sure that
you can fix the performace later? Is not it dependent on the
architecture? If you are not sure I would suggest doing performance
work before merge.

What is the opinion of Jarda and Jesse?
Comment 6 Jaroslav Tulach 2003-11-06 18:01:04 UTC
Pavel, me, Jesse and any other reviewer should judge just a technical
quality of the architecture and not be distracted by anything else
(for example that users would love the new window system). And from
technical point of view it is clear, this issue is big and until it is
fixed, we cannot release.

Whether to merge or not depends on the confidence of the team to be
able to solve the issue in time. Personally, I would wait at least
until it is investigated and understood where the time is actually
being spend and a "get well" plan is known.
Comment 7 David Simonek 2003-11-06 18:33:08 UTC
Answers: No I don't know if we can fix regression later, and I don't
know if it affects architecture. My knowledge about startup procedure
of new winsys is limited, so I can't answer these questions.
Passing to Peter for further examination.
Radim could you help Peter with profiling? (only if Peter would need
it, of course).
Comment 8 David Simonek 2003-11-07 10:53:22 UTC
OK, results after discussion with Peter:
Based on the test results and created issues, we identified two places
where performance could be improved, details are in 37055 for startup
and 36985 for document opening / DnD operations. Both of these changes
don't affect overall concept, perhaps we can fix them even before the
merge, but surely into FCS. So tests done, issues created, perf
bottlenecks identified - I'm closing as fixed.
Comment 9 Marian Mirilovic 2004-02-24 16:33:54 UTC
verified