add QueryPerformanceCounter debug code

This commit is contained in:
FunkyFr3sh 2018-05-31 03:38:33 +02:00
parent 038300ef2b
commit 203cee4d01
4 changed files with 37 additions and 7 deletions

View file

@ -3,6 +3,8 @@
#include <windows.h>
#include <stdio.h>
void CounterStart();
double CounterStop();
void DebugPrint(const char *format, ...);
//#define _DEBUG 1