I have an app that is very CPU intensive, so I am trying to cut anywhere that I can. So I was wondering what would be recommended. I have a few different things that need to be triggered at certain intervals, not necessarily the same interval. Would it help any to use one timer and if statements to do the processes? Meaning have counter variables and if counter = this then. Or should I use multiple timers, or is there a better way to trigger these events?