#include "stdafx.h"#include <windows.h>#include <mmsystem.h>#include <iostream.h>#include <string.h>Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| void | GetPrecisionTimer (INT64 *t) |
| void | InitPrecisionTimer () |
| int | main (int argc, char *argv[]) |
Variables | |
| double | s_ticksPerSec = 0.0f |
| double | s_ticksPerMSec = 0.0f |
| char | buffer [1024] |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 23 of file timingTest.cpp.
| void GetPrecisionTimer | ( | INT64 * | t | ) |
Definition at line 34 of file timingTest.cpp.
| void InitPrecisionTimer | ( | ) |
Definition at line 47 of file timingTest.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 89 of file timingTest.cpp.
| char buffer[1024] |
Definition at line 31 of file timingTest.cpp.
| double s_ticksPerMSec = 0.0f |
Definition at line 30 of file timingTest.cpp.
| double s_ticksPerSec = 0.0f |
Definition at line 29 of file timingTest.cpp.