private static long getTickCountSlow() { return NativeHelper.call(Kernel32.library, "GetTickCount"); }
private static long getTickCountFast() { return NativeHelper.call(procGetTickCount); }