Thread: timer counter
View Single Post
  #1  
Old 06-13-2007, 08:12 AM
Wenamun Wenamun is offline
Member
 
Join Date: Jan 2006
Location: Milwaukee Wisconsin
Posts: 11
timer counter

Is it possible to count how many times a timer has been called back (without the use of a counting variable)?

viz.elapsed() gives me the same numbers every time because it's only counting how long THIS instance has run. what about all instances?

thanks!
Reply With Quote