On Fri, 2004-05-28 at 09:43, Jason van Zyl wrote: > Howdy, > > Just for anyone interested in following the dev of m2: > > <jason> ant: > <jason> real 0m3.678s > <jason> user 0m2.270s > <jason> sys 0m0.140s > > <jason> m1: > <jason> real 0m5.600s > <jason> user 0m4.180s > <jason> sys 0m0.080s > > <jason> m2: > <jason> real 0m2.468s > <jason> user 0m0.910s > <jason> sys 0m0.000s > > This is for the most simple of builds with one source file. Just really > an illustration of initialization time.
Interesting. Do you know where does that difference come from? Is there a way to enable profiling? I remember Jira having a very nice filter allowing to enable profiling. I wonder if it's possible and interesting to introduced something like that within maven. But I guess that maven is more predictable than an application using various SQL queries on top of various DBMS. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
