Releases: Foundation-PAWN/samp-plugin-profiler-backup
Releases · Foundation-PAWN/samp-plugin-profiler-backup
Profiler 2.15.3
Profiler 2.15.2
- Removed external JavaScript dependencies from HTML output and improved styling a little bit
Profiler 2.15.1
- 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
- Improved AMX file path detection (
AMX_PATH
not needed anymore)
Profiler 2.14.1
Fixed plugin crash when performing dump / calling Profiler_Dump()
Fixed problems with absolute paths in AMX_PATH
Profiler 2.14
- 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
- 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
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
- 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
Fixed compatibility with GDK 4.0.1+ (crash with streamer 2.7.4)