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 231525 - Regression in startup time caused by Netigso
Summary: Regression in startup time caused by Netigso
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE, REGRESSION
Depends on:
Blocks:
 
Reported: 2013-06-19 14:14 UTC by Petr Cyhelsky
Modified: 2014-01-06 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
graph multiple startup runs - there are 2 places where dev build looses ground against 7.3 (52.94 KB, image/png)
2013-06-19 14:14 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2013-06-19 14:14:42 UTC
Created attachment 136031 [details]
graph multiple startup runs - there are 2 places where dev build looses ground against 7.3

By profiling startup, two regressing methods were identified:
org.netbeans.NetigsoHandle.turnOn
(coincides with startup event NbInstaller.load started which takes cca 300ms longer in trunk than in 7.3)

and

org.netbeans.NetigsoHandle.startFramework
(coincides with startup event ModuleManager.enable finished which takes cca 200ms longer in trunk than in 7.3)

yardo, can you please evaluate further?
Comment 1 Jaroslav Tulach 2014-01-06 14:54:08 UTC
Well, I don't see anything I could start with. As the version 7.4 is out, we can use it as a benchmark, right? There were no changes in this area for 8.0, so I guess we are on par with the benchmark then.