Troubleshooting: Autonomous Shiny Hunting - PokemonAutomation/SwSh-Arduino GitHub Wiki

Screenshot: How long it took to take a screenshot of the video frame.

Menu Detection: How long it took to decide whether the battle menu is there.

Inference: How long it took to detect all the potential shiny sparkles

Throttle: How long the program waited after each frame to start the next frame. The program will never do two inferences with 50 milliseconds of each other. So if it finished the previous frame before 50ms, it will wait until 50ms before starting the next one. If it took longer than 50ms, it doesn't wait at all and goes right to the next one. If each iteration starts taking more than 100ms, then you have a problem.