sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27208
Re: [Question #252005]: what code do i need to add in my script in order to add a timer
Question #252005 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252005
Status: Open => Answered
RaiMan proposed the following answer:
start = time.time()
# some code
taken = time.time() - start # time in seconds as decimal
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.