#include <timer.h>
Public Member Functions | |
TimerClass () | |
Constructor. | |
void | StartTiming (void) |
Start timing. | |
void | PauseTiming (void) |
Pause timing. | |
void | ContinueTiming (void) |
Continue timing. | |
void | StopTiming (void) |
Stop timing. | |
double | SecondsBetween (void) |
Elapsed time. | |
void | OutputTime (const char *string) |
prints the time into the given string. | |
Static Public Member Functions | |
static __int64 | GetTime () |
Returns the current time in miliseconds. |