I would say that timers interval is not dependant on a computer speed. But if time needed to execute codes inside timer (wich ir related to copmuter speed) become longer then timer's interval, then APP starts skipping Timer events. That especialy noticible if drawing is involved.

I ussualy messure codes execution time inside Timer events and if it comes longer the Timer Interval I make the adjustment to Interval.