Computer Science Canada I need help with a timer |
Author: | MarkPro [ Sat Jan 17, 2004 6:55 pm ] |
Post subject: | I need help with a timer |
Hi, i need a timer for my game, but the thing is my game is in like 25 different loops(not literally) i need help on timing how long each loop takes and then adding all the timed loops after the last loop in the game. someone pleasee help me. -If someone can do it using "timerunning" that would be great Thanks in advance. Mark. |
Author: | Tony [ Sat Jan 17, 2004 7:01 pm ] |
Post subject: | |
can't you just use clock() at the end of the program to find out how long it took to get there? |