Sunday, 18 August 2013

How to measure User Interaction time of UI, menu made by Javascript?

How to measure User Interaction time of UI, menu made by Javascript?

I want to measure UI interaction time like following.
Time between Menu selected and showing result.
Time between User typing & showing letters in UI
I think many people suggest me to measure the time between function call &
result, but I want to know there is another way to get the time though UI
changes. Is it possible to check the time for UI changes ?
The tools what I'm developing is made by Javascript and run on Browser.

No comments:

Post a Comment