Zeex / samp-plugin-profiler

Performance profiler plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=271129
BSD 2-Clause "Simplified" License
46 stars 8 forks source link

How to use this? #41

Open afeefmali opened 7 months ago

Zeex commented 7 months ago
  1. Copy it to your plugins folder
  2. Add it to plugins in server.cfg
  3. Add profile_gamemode 1 to server.cfg
  4. Run the server for some time to collect the data
  5. Stop the server or do gmx
  6. Look for a .html file in your gamemodes folder named same as your gamemode file (something like mygamemode-profile.html if your gamemode is mygamemode.amx)
  7. Open it in your browser and sort by Self Time by 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.

afeefmali commented 7 months ago

MHRP-profile.zip