Dino Viehland a écrit : > Is this cold startup time, or warm startup time? On Windows I get: > > F:\Product\IronPython\IronPython\Public>type foo.py > print 'hello' > > F:\Product\IronPython\IronPython\Public>"C:\Program Files > (x86)\util\TimeIt.exe" "ipy.exe foo.py" > Running ipy.exe foo.py > elapsed time = 1282 milliseconds > > this is a warm startup, cold startup is slower than that. Still plenty of > room for improvement, but it's at least not 7 seconds :).
On my machine, 2.5 seconds, no matter if its 1st or 20th time. > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte > Sent: Saturday, August 19, 2006 7:20 AM > To: Discussion of IronPython > Subject: [IronPython] console startup time: 7s > > I know it is a detail, but 7 seconds is still large... > > Any idea why? > > [ironpython]> cat hello.py > print 'hello' > [ironpython]> time ipy.exe hello.py > hello > > real 0m7.280s > user 0m0.020s > sys 0m0.040s > [ironpython]> > > > > -- > ----------------------------------------------------------------- > Stanislas Pinte e-mail: [EMAIL PROTECTED] > ERTMS Solutions http://www.ertmssolutions.com > Rue de l'Autonomie, 1 Tel: + 322 - 522.06.63 > 1070 Bruxelles Fax: + 322 - 522.09.30 > ----------------------------------------------------------------- > Skype (http://www.skype.com) id: stanpinte > ----------------------------------------------------------------- > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > -- ----------------------------------------------------------------- Stanislas Pinte e-mail: [EMAIL PROTECTED] ERTMS Solutions http://www.ertmssolutions.com Rue de l'Autonomie, 1 Tel: + 322 - 522.06.63 1070 Bruxelles Fax: + 322 - 522.09.30 ----------------------------------------------------------------- Skype (http://www.skype.com) id: stanpinte ----------------------------------------------------------------- _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
