OSGI启动非常慢

时间:2014-08-06 12:56:34

标签: eclipse performance osgi startup

我试图找出为什么我们的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 /   捆绑激活器
  •   
  • 9754:0 - BundleContextImpl.startActivator()>从最初的@ reference:file:plugins / com.razorcat.ite.ui.views返回   _1.0.0.jar / bundle activator
  •   
  • 9754:0<< BundleContextImpl.startActivator()>出口
  •   
  • 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()>从最初的@ reference返回:file:plugins / com.razorcat.tessy.remoti   ng.webapp_1.0.1.jar / bundle activator
  •   
  • 38896:0<< BundleContextImpl.startActivator()>出口
  •   

我想知道是否有办法找到退出和进入之间的时间(约30秒)。有没有更精细调整分析输出的选项?

0 个答案:

没有答案
相关问题