In some cases, my custom keyword takes a lot of time to execute (15s), while in other cases, it takes just 1ms.
My project is constructed with 3 layers:
- The low layer is built with C++.
- The middle layer is implemented in Python and utilizes the DLLs generated from the C++ project.
- The robot layer receives keywords delivered by the middle layer.
Are there any tools available to help me investigate or find the root cause of this sporadic issue?