Day_Mito

Untitled

Jun 3rd, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. a = GetTickCount();
  2. new JINI:archivo = cache_CreateFile();
  3. for(new i = 0; i < 1000; i++)
  4. {
  5. new str[64];
  6. format(str, sizeof(str), "Number%d", i);
  7. cache_WriteInt(archivo, str, i);
  8. cache_WriteFloat(archivo, str, 100.0);
  9. }
  10. printf("JFiles: Took %d ms.", GetTickCount() - a);
Add Comment
Please, Sign In to add comment