Re: [Tutor] Automatic software performance meter

2006-03-10 Thread Danny Yoo
On Fri, 10 Mar 2006, [ISO-8859-1] J�nos Juh�sz wrote: > is it any easy way to mesaure a windows software response time from python > script ? > I think about a small python script that can open a win32 application, > insert a new order with sendkey, deliver the goods, do other things and > c

[Tutor] Automatic software performance meter

2006-03-10 Thread János Juhász
Hi All, is it any easy way to mesaure a windows software response time from python script ? I think about a small python script that can open a win32 application, insert a new order with sendkey, deliver the goods, do other things and create a small log file with the different split times. I w