From: Frederick W. <fre...@go...> - 2012-02-17 17:03:11
|
Stefan: My perception was not based on a in-depth profiler analysis but on the observation that the quad core's load was only at 50% since the initialization code didn't allow for any parallelization (except for the included libs like the svg renderer). After putting initialization into a non-EDT, the load gets close to 100% (at some portion of times - ie., when EDT rendering and framework initialization occur in parallel). But ok, even if only a few seconds are gained at the end, we will have at least a nice visualization of the startup, including that all windows become available at once (the visualization having been my main goal). -- Frederick |