SA-MP Forums Archive
Question about the zeek compiler - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about the zeek compiler (/showthread.php?tid=665011)



Question about the zeek compiler - darkHero - 19.03.2019

The code compiles very fast and is fine, but it seems to take longer to start the gamemode.


Re: Question about the zeek compiler - darkHero - 19.03.2019

Yes, here is a test of the time that remains on hold.

Before:
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[03:59:48] filterscripts = ""  (string)
[03:59:48] 
[03:59:48] Server Plugins
[03:59:48] --------------
[03:59:48]  Loading plugin: crashdetect.dll
[03:59:48]   CrashDetect v4.18.1 is OK.
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: streamer.dll
[03:59:48] 

*** Streamer Plugin v2.9.3 by Incognito loaded ***

[03:59:48]   Loaded.
[03:59:48]  Loading plugin: mysql.dll
[03:59:48]  >> plugin.mysql: R41-4 successfully loaded.
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: sscanf.dll
[03:59:48] 

[03:59:48]  ===============================

[03:59:48]       sscanf plugin loaded.     

[03:59:48]          Version:  2.8.2        

[03:59:48]    © 2012 Alex "******" Cole  

[03:59:48]  ===============================

[03:59:48]   Loaded.
[03:59:48]  Loading plugin: pawncmd.dll
[03:59:48] Pawn.CMD plugin v3.1.4 by urShadow loaded
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: profiler.dll
[03:59:48]   Profiler plugin 2.15.1
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: pawnraknet.dll
[03:59:48] Pawn.RakNet plugin v1.3.0 by urShadow has been loaded
[03:59:48]   Loaded.
[03:59:48]  Loaded 6 plugins.

[03:59:48] 
[03:59:48] Ban list
[03:59:48] --------
[03:59:48]  Loaded: samp.ban
[03:59:48] 
[03:59:48] 
[03:59:48] Filterscripts
[03:59:48] ---------------
[03:59:48]   Loaded 0 filterscripts.

[03:59:48] [profiler] Attached profiler to gamemodes/GM
[03:59:48] [profiler] Started profiling gamemodes/GM

_________Freeze 2-4 seconds___________

[04:00:21]  
[04:00:21]  
[04:00:21]  
[04:00:21]  ======================================= 
[04:00:21]  |                                     | 
[04:00:21]  |        YSI version 5.03.0689        | 
[04:00:21]  |        By Alex "******" Cole        | 
[04:00:21]  |                                     | 
[04:00:21]  ======================================= 
[04:00:21]  
[04:00:21] Loaded Mysql: 0
[04:00:21] ---------------------------------------
[04:00:21] Success connection database.
[04:00:21] ---------------------------------------
Now
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[03:59:48] filterscripts = ""  (string)
[03:59:48] 
[03:59:48] Server Plugins
[03:59:48] --------------
[03:59:48]  Loading plugin: crashdetect.dll
[03:59:48]   CrashDetect v4.18.1 is OK.
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: streamer.dll
[03:59:48] 

*** Streamer Plugin v2.9.3 by Incognito loaded ***

[03:59:48]   Loaded.
[03:59:48]  Loading plugin: mysql.dll
[03:59:48]  >> plugin.mysql: R41-4 successfully loaded.
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: sscanf.dll
[03:59:48] 

[03:59:48]  ===============================

[03:59:48]       sscanf plugin loaded.     

[03:59:48]          Version:  2.8.2        

[03:59:48]    © 2012 Alex "******" Cole  

[03:59:48]  ===============================

[03:59:48]   Loaded.
[03:59:48]  Loading plugin: pawncmd.dll
[03:59:48] Pawn.CMD plugin v3.1.4 by urShadow loaded
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: profiler.dll
[03:59:48]   Profiler plugin 2.15.1
[03:59:48]   Loaded.
[03:59:48]  Loading plugin: pawnraknet.dll
[03:59:48] Pawn.RakNet plugin v1.3.0 by urShadow has been loaded
[03:59:48]   Loaded.
[03:59:48]  Loaded 6 plugins.

[03:59:48] 
[03:59:48] Ban list
[03:59:48] --------
[03:59:48]  Loaded: samp.ban
[03:59:48] 
[03:59:48] 
[03:59:48] Filterscripts
[03:59:48] ---------------
[03:59:48]   Loaded 0 filterscripts.

[03:59:48] [profiler] Attached profiler to gamemodes/GM
[03:59:48] [profiler] Started profiling gamemodes/GM

_________Freeze 40 seconds___________

[04:00:21]  
[04:00:21]  
[04:00:21]  
[04:00:21]  ======================================= 
[04:00:21]  |                                     | 
[04:00:21]  |        YSI version 5.03.0689        | 
[04:00:21]  |        By Alex "******" Cole        | 
[04:00:21]  |                                     | 
[04:00:21]  ======================================= 
[04:00:21]  
[04:00:21] Loaded Mysql: 0
[04:00:21] ---------------------------------------
[04:00:21] Success connection database.
[04:00:21] ---------------------------------------



Re: Question about the zeek compiler - Banditul18 - 19.03.2019

You sure? The timestamps are same. Or did you just put same log 2 times?


Re: Question about the zeek compiler - darkHero - 19.03.2019

Before
Код:
_________Freeze 2-4 seconds___________
Start GM.
Now
Код:
_________Freeze 45-50 seconds___________
Start GM.



Re: Question about the zeek compiler - darkHero - 20.03.2019

They are the same log, just change the text to show how long it takes.