i facing some critical coding problem.i'm try to design a system that able to calculate the time after finished typing a password and the time between each single word of the password.
For example, 12345 is my password, i wish to calculate the time taken to finish the password and the time taken between 1st word(1) and the 2nd word(2).
I have to turn off all the background process so that able to extract the accurate time.
any one know how to solve this problem ?
