Hi all,
in a swing application is it possible to disregard the time the user is not interacting with the application? that is, on the response time does not take into account the time from wait() method calls (witch are actually picked up by autosensors)
Thanks in advance!
Answer by Andreas G. ·
Unfortunately there is no "exclude this method from response time". However. I am wondering if you can solve the problem by defining different entry points for your application. If you get PurePaths that contain "waits" for the user then maybe your PurePaths are not starting at the right entry point. Unless your application is opening e.g: Modal Dialogs. But still here - you could think about other Entry Points for your PurePaths so that you only capture them for "the real" code execution and not just every single mouse click, key stroke ... that will have code in there to wait for the end user
Andi
JANUARY 15, 3:00 PM GMT / 10:00 AM ET