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