我试图找出为什么我们的RCP应用程序的OSGI启动过程如此缓慢并且时间丢失了 .

我已使用以下选项启用osgi.debug:

org.eclipse.osgi / profile / startup = true org.eclipse.osgi / profile / benchmark = true org.eclipse.osgi / profile / debug = true

下面是分析输出的片段

9754:0 >> BundleContextImpl.startActivator()>输入9754:0 - BundleContextImpl.startActivator()>调用initial @ reference:file:plugins / com.razorcat.ite.ui.views_1.0.0 .jar / bundle activator 9754 :0 - BundleContextImpl.startActivator()>从initial @ reference返回:file:plugins / com.razorcat.ite.ui.views _1.0.0.jar / bundle activator 9754:0 << BundleContextImpl.startActivator()> exit 38896 :29142 >> BundleContextImpl.startActivator()>输入38896:0 - BundleContextImpl.startActivator()>调用initial @ reference:file:plugins / com.razorcat.tessy.remoting.web app_1.0.1.jar / bundle activator 38896: 0 - BundleContextImpl.startActivator()>从initial @ reference返回:file:plugins / com.razorcat.tessy.remoti ng.webapp_1.0.1.jar / bundle activator 38896:0 << BundleContextImpl.startActivator()> exit

我想知道是否有一种方法可以找到退出和输入之间的时间(大约30秒) . 有没有更精细调整分析输出的选项?