add QueryPerformanceCounter debug code
This commit is contained in:
parent
038300ef2b
commit
203cee4d01
4 changed files with 37 additions and 7 deletions
|
@ -3,6 +3,8 @@
|
|||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void CounterStart();
|
||||
double CounterStop();
|
||||
void DebugPrint(const char *format, ...);
|
||||
|
||||
//#define _DEBUG 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue