-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too long search time of UI Root #75
Comments
In most instances, the initial process to find the root takes less than 15 seconds. So the three minutes with your setup are a lot more. It will record the timings to see in more detail where time is spent. |
I mean that it searches UI root about 3 minutes, if i don't specify --root-address option. If i found ui root address and specify it it takes about 1 second to read information. All time is spending to find UI root candidates in whole memory of eve online process and create process sample (it creates anyway). As soon as program writes in console "Reading from process sample" it starts to run normally and it takes about 15 seconds to read from created process sample. |
Does it only take so long with your program, or does it also happen when you run an app like a2aa08658d745522? |
It takes a lot of time only when i starts command manually in mode |
When starting from the command line, there are various options. That duration might be normal depending on which combination of arguments you use in your command line. Some combinations are not popular and, therefore, have not been optimized so far. |
Hello, |
@ranc1 did you ever improve this much? |
Hello,
I use your library with my own C++ application. So that I use .json result of your memory-reading library, parse it and do something with result. The main problem is the time it takes to search candidates in UI Trees in your library. On my computer it is around 3 minutes. Of course I save root addres from .json result and push it in the
--root-address
argument next launch, but first execution of application is terribly slow. How I can improve it?Best regards,
Grigory
The text was updated successfully, but these errors were encountered: