Please do not do this - rather than allowing the timer to run, you reset it 10x per second. Consider the following:
Or simply:
Also, is there a reason to do what you do 10x per second? Perhaps it would make sense to adopt an Event Driven approach and run it only once - or whenever you need it.

