why is this my job? but no, the only reason I use timer is if I'm using random numbers and I go
Code:
Randomize Timer
to make the randomness a bit more random.

otherwise I use QueryPerformenceCounter, that works in microseconds and it's the most accurate thing on the computer.