Skip to content

Releases: Foundation-PAWN/samp-plugin-profiler-backup

Profiler 2.15.3

08 Dec 17:33
Compare
Choose a tag to compare

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

Profiler 2.15.2

08 Dec 17:32
Compare
Choose a tag to compare
  • Removed external JavaScript dependencies from HTML output and improved styling a little bit

Profiler 2.15.1

08 Dec 17:32
Compare
Choose a tag to compare
  • Reduced overhead of file API hooks (used for detecting AMX file names)
  • Updated README - installation, build instructions, etc
  • Added pawn.json (for sampctl)

Profiler 2.15

08 Dec 17:31
Compare
Choose a tag to compare
  • Improved AMX file path detection (AMX_PATH not needed anymore)

Profiler 2.14.1

08 Dec 17:29
Compare
Choose a tag to compare

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

Profiler 2.14

08 Dec 17:26
Compare
Choose a tag to compare
  • Fixed missing ProfilerState tag in declaration of Profiler_GetState()
  • Fixed a bug where despite specifying multiple filterscripts only first of them would be profiled
  • Added a little more more logging

Profiler 2.13

08 Dec 17:26
Compare
Choose a tag to compare
  • 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

Profiler 2.12.1

08 Dec 17:24
Compare
Choose a tag to compare

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)

Profiler 2.12

08 Dec 17:24
Compare
Choose a tag to compare
  • Fixed possible crash with call graph enabled
  • Added native functions for starting/stopping profiler and dumping current stats
  • Improved appearance of HTML output

Profiler 2.11.2

08 Dec 17:23
Compare
Choose a tag to compare

Fixed compatibility with GDK 4.0.1+ (crash with streamer 2.7.4)