27 #include "precompiled.h"
72 const DWORD t0 = GetTickCount();
74 for(
PfnLibError* ppfunc = begin; ppfunc < end; ppfunc++)
82 const DWORD t1 = GetTickCount();
83 debug_printf(L
"WINIT| total elapsed time in callbacks %d ms (+-10)\n", t1-t0);
static __declspec(align(64)) TimerState timerStates[2]
void winit_CallInitFunctions()
call each registered function.
void winit_CallShutdownFunctions()
i64 Status
Error handling system.
static void CallFunctionPointers(PfnLibError *begin, PfnLibError *end)
call into a range of function pointers.
void debug_printf(const wchar_t *fmt,...)
write a formatted string to the debug channel, subject to filtering (see below).