Timer's maximum

Discuss any general programming issues here
Post Reply
User avatar
jap
Posts: 61
Joined: Sun Feb 14, 2010 12:24 pm
Contact:

Timer's maximum

Post by jap »

What is the maximum time timer can count? I need to know the total running time of my application.
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Timer's maximum

Post by airsoftsoftwair »

This should be no problem at all. Timers use 64bit time stamps so there is a lot of room...
User avatar
jap
Posts: 61
Joined: Sun Feb 14, 2010 12:24 pm
Contact:

Re: Timer's maximum

Post by jap »

Ok, thanks. A couple of weeks is then not a problem.
Post Reply