I’m running a giant simulation / with a graphics engine.
There are lots of events that are flying by.
I would like to timestamp them (measured in milliseconds since the start of program execution).
What should I be using for this? [What library?]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since Mac OS X is Unix based, try
gettimeofday(). It will return seconds and microseconds, up to the resolution of the system clock.