Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] UI Responsiveness

The stack is supposed to be produced at any threshold, but for some unknown, most likely thread starvation, reason doesn't always happen.

-sergey

On Wed, Feb 25, 2015 at 5:42 PM, Guy Bonneau <guy.bonneau@xxxxxxxxxxxx> wrote:

I saw that Mars includes a new ui responsiveness monitoring. You can lower the monitoring threshold that generates stack. May be that could help you get more stack with lower threshold. There is some info at this URL:

 

https://www.eclipse.org/eclipse/news/4.5/M3/

 

Guy

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Wednesday, February 25, 2015 3:54 PM
To: CDT General developers list.
Subject: [cdt-dev] UI Responsiveness

 

Hey gang,

 

I’m using Mars M5 as my main dev environment (yes, I know, I’m brave). I have everything all in one workspace: all of the Eclipse projects I work on, some pure Java projects, and a few C projects. Probably 300+ projects in total.

 

I am noticing that when I edit the C files (and only C files, Java seems fine), I get a pretty regular UI freeze. It’s usually between 1.2 and 2.0 seconds but is pretty annoying. I love the new UI responsiveness tool in the platform (thanks Sergey!), but it doesn’t generate stacks unless the freeze is much more than 2 seconds. Does anyone know how to get it to generate stacks more often?

 

And is anyone else seeing this? My fear is that the CDT reconciler is walking the entire resource tree looking for something. It appears the intervals are about when the reconciler would run. And I don’t notice this behaviour in smaller workspaces.

 

Thanks,

Doug.


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top