← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #269481]: Finder.find() method doesn't have fixed execution time even with same background image and target image.

 

Question #269481 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269481

upma posted a new comment:
@RaiMan. Thanks for you response. I don't think the Java level plays an
important role in this situation. I do the test below:

      long beforeVisionFind = (new Date()).getTime();
      _results = Vision.find(_findInput);
      long afterVisionFind = (new Date()).getTime();
      long findDiff = afterVisionFind - beforeVisionFind;
      System.out.println("findDiff: " + findDiff);

The findDiff is also not stable. The difference between min value and
max value is also tens of milliseconds. Besides that, @Eugene S's
finding(the first one or two search has long time) can be reproduced on
my machine in this case.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.