when I want to measure some timing, i used function Now() and I was surprised, that it returns always same value !

Instead of, I used GetTickCount() and It works.
How it is possible ?