samp-plugin-profiler
samp-plugin-profiler copied to clipboard
How to use this?
- Copy it to your
pluginsfolder - Add it to
pluginsin server.cfg - Add
profile_gamemode 1to server.cfg - Run the server for some time to collect the data
- Stop the server or do gmx
- Look for a
.htmlfile in yourgamemodesfolder named same as your gamemode file (something likemygamemode-profile.htmlif your gamemode ismygamemode.amx) - Open it in your browser and sort by
Self Timeby clicking on the column name (usually this is what most people want to sort by)
For filterscripts - add profile_filterscripts fs1_name fs2_name ... instead of profile_gamemode in server.cfg.