[IronPython] console startup time: 7s

Dino Viehland dinov at exchange.microsoft.com
Mon Aug 21 20:30:52 CEST 2006


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 :).


-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] 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: stan at ertmssolutions.com
   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
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list