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