I just opened an issue about my problem 
http://code.google.com/p/moose-technology/issues/detail?id=248
:
Try to evaluate this: | mooseModel importer selectedPackages | selectedPackages := {'Fame'}. "we create the moose model" mooseModel := MooseModel new. "we create the importer" importer := MooseSqueakClassPackageImporterTask new. "we set all the importation parameters to the importer" importer model: mooseModel; addFromPackagesNamed: selectedPackages; runWithProgress This will display a progress bar telling that a package cache is being built for a lot (to much) of classes.


2009/12/3 Cyrille Delaunay <cy.delaunay@gmail.com>
ho, Ok:)
But now  I know why it was so long: I think I was importing all Pharo classes. But I don't why. Now it works well, but I still don't know why . 
I 'm having a look at it.
Thank you

2009/12/3 Tudor Girba <tudor.girba@gmail.com>
I meant: did you use a profiler to see where the performance problem is :)?

Doru



On 3 Dec 2009, at 13:01, Cyrille Delaunay wrote:

No, normally I havn't  touched to the code concerning the MooseModel creation.

2009/12/3 Tudor Girba <tudor.girba@gmail.com>
Did you try to profile it?

Cheers,
Doru



On 3 Dec 2009, at 12:47, Cyrille Delaunay wrote:

For example you can run the method
        MooseModel class >> mseExportationTest

I remember that some times ago ( some weeks) it was not as long as that. Is it normal ? Am I doing something wrong ?
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Problem solving efficiency grows with the abstractness level of problem understanding."



_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"It's not what we do that matters most, it's how we do it."


_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev