Hi, I am interested on opinions on how to measure the user activity at their endpoint. This means which functions they are using, and how long it takes each function execution. In my case I have an user interface in Delphi Windows VCL and Android FMX invoking using rest server-side functions in Java. I want to improve UX but for this it would be useful to know what parts of the system are used and how long user waits.
I found that there is a free platform with source code from embarcadero, AppAnalytics, that looks nice, but I think that it is unable to record function duration.
Anyone had experience with this platform? Makes sense to try to expand it?
Or do you know similar platforms or libraries that may provide nice support for this need?
TIA