Hi
when I press allNamespaces - Smalltalk in the finder the system takes around 6 seconds to react. May be computing metrics in the back but it does not give a good impression. Stef _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Stef, Please use 5.0. It is more than productive and it already contains all sorts of enhancements. I believe this one is fixed there. Doru On Sat, Dec 7, 2013 at 6:30 PM, Stéphane Ducasse <[hidden email]> wrote: Hi "Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I'm in 5.0
Stef
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
What did you import? It looks like a Smalltalk system. Could I reproduce? Doru On Sat, Dec 7, 2013 at 6:44 PM, Stéphane Ducasse <[hidden email]> wrote:
"Every thing has its own flow"
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
On Dec 7, 2013, at 7:39 PM, Tudor Girba <[hidden email]> wrote:
I do not understand why it is slow on Smalltalk.
looks like it is computing metrics and may be the metrics computation should be really done only when we click on the metric panes. afferentCoupling <MSEProperty: #afferentCoupling type: #Number> <derived> <MSEComment: 'Afferent Coupling of a namespace Afferent is the number of classes that depend upon this namespace'> ^ (self queryAllIncomingAssociations atTypeScope outOfMyNamespace select: [:c | c isInstanceSide]) size. Stef
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
How is your speed without text showing? Is there any unicode in you data? I found that to go much slower than ascii. Also I hacked some speedup of labels here [1], however that was all back in January. I am out of touch with current-Rossal. (Hopefully I'll catch up soon) [1] https://code.google.com/p/moose-technology/issues/detail?id=901 cheers -ben
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |