Samp Plugin Profiler Versions Save

Performance profiler plugin for SA-MP server

v2.15.3

5 years ago
  • Fixed a crash when profiler_callgraph is enabled
  • Fixed a bug in detection of function enter/leave events
  • Renamed the include symbol from PROFILER_INC to PROFILER_PROFILER_INC to avoid collision with profiler.inc from amx_assembly

v2.15.2

5 years ago
  • Removed external JavaScript dependencies from HTML output and improved styling a little bit

v2.15.1

5 years ago
  • Reduced overhead of file API hooks (used for detecting AMX file names)
  • Updated README - installation, build instructions, etc
  • Added pawn.json (for sampctl)

v2.15

6 years ago
  • Improved AMX file path detection (AMX_PATH not needed anymore)

v2.14.1

7 years ago
  • Fixed plugin crash when performing dump / calling Profiler_Dump()
  • Fixed problems with absolute paths in AMX_PATH

v2.14

7 years ago
  • Fixed missing ProfilerState tag in declaration of Profiler_GetState()
  • Fixed a bug where despite specifying multiple filterscripts only first of them would be profiled (#20)
  • Added a little more more logging

v2.13

8 years ago
  • Fixed a bug where native functions were not registered if profiler was not enabled in server.cfg (calling Profiler_Start will now automatically attach profiler to the calling script)
  • Fixed a bug where specifying multiple scripts in profile_filterscripts didn't work
  • Changed names of server.cfg variables, old variables still work but are deprecated (see README.md)
  • JSON output is now more consistent with HTML and text formats

v2.12.1

9 years ago
  • Fixed unknown/wrong entries in stats if code modifies frame pointer via #emit sctrl
  • Added partial support for AMX_PATH variable (currently works only for paths inside gamemodes/filterscripts)

v2.12

9 years ago
  • Fixed possible crash with call graph enabled
  • Added native functions for starting/stopping profiler and dumping current stats
  • Improved appearance of HTML output

v2.11.2

9 years ago
  • Fixed compatibility with GDK 4.0.1+ (crash with streamer 2.7.4)