sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13750
Re: [Question #211455]: Creating time markers in sikuli
Question #211455 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211455
RaiMan proposed the following answer:
@ Brian
With Sikuli, this is the shorter one (since time is already imported by Sikuli ;-)
start = time.time()
#script body goes here
print "Elapsed: %d seconds"%(int(time.time-start))
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.