Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Reporting interactive UI delays into the Error log

Hi,

Sometimes the Eclipse IDE freezes without providing feedback which part of the code is responsible for the freeze. Such freezes should be avoided, but it is often hard to determine the cause of the freeze.

Platform.ui received a code contribution in https://bugs.eclipse.org/bugs/show_bug.cgi?id=441015 to report such UI delays into the Error View. In its default configuration it report delays >  500 ms and adds a stack trace of the currently running code to the log entry. 

You can try this feature out from the following update site:  http://dl.bintray.com/vogellacompany/eclipse-performance-monitoring/  Works in Luna and Mars.

Platform.ui is planning to add this feature (deactivated by default) to the Mars release. Feedback is welcome, if you find bugs in the tool, please reported them https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&component=UI

Best regards, Lars

P.S. I have not yet tried it if the interactive error reporting from Marcel but as UI delays are also reported to the Error log, Marcels plug-in should also report it.


Back to the top