• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Script performance testing
#2
PHP Code:
public OnPlayerConnect(playerid)

{

? ? new 
count GetTickCount();

? ? 
//Rest of OnPlayerConnect

? ? printf("Time taken to execute OnPlayerConnect: %d"GetTickCount() - count);

? ? return 
1;


  Reply


Messages In This Thread
Script performance testing - by kalEd - 2021-03-08, 10:02 AM
RE: Script performance testing - by Radical - 2021-03-08, 11:26 AM
RE: Script performance testing - by Virsenas - 2021-03-08, 12:35 PM
RE: Script performance testing - by kalEd - 2021-03-08, 01:30 PM
RE: Script performance testing - by Kwarde - 2021-03-08, 07:04 PM
RE: Script performance testing - by Y_Less - 2021-03-08, 07:59 PM

Forum Jump: