Samp Plugin Profiler Versions Save

Performance profiler plugin for SA-MP server

v2.11.1

9 years ago
  • Fixed crash with long scripts, no need for LSE builds anymore!
  • Improved performance of native functions

v2.11-lse

9 years ago

This is a special version of Profiler 2.11 that can be used with the LSE variant of this compiler. LSE stands for "Long Script Edition", i.e. it's created to work with for long scripts where long means about ~65k lines of code (includes are counted too).

v2.11

9 years ago

This release adds pretty much nothing, just bumped the version to mark a first release of profiler-lse (see above).

v2.10.4

10 years ago
  • Added highlighting of currently hovered row in HTML reports

v2.10.3

10 years ago
  • Fixed a huge memory leak when call graph generation was enabled
  • Fixed a possible crash when debug info failed to load
  • Improved some error messages and other minor stuff

v2.10.2

10 years ago
  • Fixed wrong funciton names when automata is used
  • Made the call_graph_format option case-insensitive
  • Added extra error messages for diagnotisc purposes
  • Switched from VC++ 2012 back to 2010 for compatibility with older Windows versions

v2.8

10 years ago
  • Fixed a crash when profiler failed to load an .amx file into memory
  • Added the total profiler run time to the output statistics
  • Added the text output format as a synonym for txt
  • Improved the build system

v2.9

10 years ago
  • Got rid of Boost and C++11 code to support older operating systems and compilers (primarily the Linux ones)
  • Fixed minor issues in HTML output
  • Replaced custom hooking code with subhook

v2.10

10 years ago
  • Added worst and average time to profiling statistics
  • Replaced the XML format with JSON
  • Dropped support for the profiler_enabled variable
  • Fixed a crash on old CPUs that don't support the SSE2 instruction set
  • Improved error handling

v2.10.1

10 years ago
  • Fixed an error showing up on server startup (Windows only)