sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #46706
Re: [Question #666773]: How to get on the road as a newcomer to Java programming
Question #666773 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/666773
RaiMan posted a new comment:
- there is no continuous increase or decrease,
This is how the GC works: completely asynchronous and unpredictable within the given ranges. As I understand: it tries to work, when cpu usage allows it.
- time varies between 3 and up to 40 ms
no idea - I think you have to live with that (might be caused by my internal basic threading implementation)
You might dive into and implement your own parallel find, that tries to
reuse resources as much as possible.
Generally: since your loop mainly is searching images, it is mostly
number crunching leading to a very high cpu usage. If other processes on
the machine consume CPU, this will influence your loop timing of course.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.