samp-plugin-profiler
samp-plugin-profiler copied to clipboard
Performance profiler plugin for SA-MP server
has anyone tried `profiler` on open.mp server? ``` "profiler_gamemodes": [ "gtavlc" ] ``` Adding the upper to `config.json` do not work.
When one includes profiler and amx_assembly (YSI includes amx_assembly) under some specific folder structures, it's uncertain what include will the compiler will choose. Folder layout can't be changed sometimes due...
I've noticed that a lot of my public functions are missing from the profiler dump. I have then discovered that the only functions that are being logged are the ones...
``` [23:47:27] Filterscript 'Missions/fat_n_f_2012.amx' loaded. [23:51:50] [profiler] Dumping profiling statistics for filterscripts/Bans [23:51:50] [profiler] Total functions logged: 33 (native: 19, public: 4, other: 10) [23:51:50] [profiler] Total function calls logged:...
As noted for game modes I can enter the path to subdirectory, but this doesn't work for filterscripts. I used ``` Missions/fat_n_f_2012.amx /Missions/fat_n_f_2012.amx ``` My folders -> [ServerNameFolder]/filterscripts/Missions/[file_name].amx
[05:30:37] Successfully initiated the gamemode... [05:30:37] [debug] Server crashed while executing NGRP.amx [05:30:37] [debug] AMX backtrace: [05:30:37] [debug] Native backtrace: [05:30:37] [debug] #0 701e51e2 in ?? () from plugins\profiler.DLL [05:30:37]...
It should generate log like server.log not like when we use SendRconCommand as I am using it to check infinite loops in my script if it possible to do than...
When I call the `GivePlayerWeaponEx` function in my code, the plugin sometimes crashes. Additionally, when the gamemode exits in any way, the server crashes and no output is produced. I...
Profiler 2.12.1 Linux 3.10.23-xxxx-std-ipv6-64 on x86_64 CentOS Linux 6.6 Gamemode is compiled with -d3 flag. http://prntscr.com/7mbhki server.cfg lanmode 0 rcon_password t287f maxplayers 200 port 7777 hostname Imperial Roleplay gamemode0 imperial...