24.07.2011, 16:44
I have finished a new version (v2.0 alpha):
https://github.com/downloads/Zeex/pr...filer-2.0a.zip (only Windows version for now)
Changes:
https://github.com/downloads/Zeex/pr...filer-2.0a.zip (only Windows version for now)
Changes:
- Publics are profiled correcly (I hope), including callbacks and those called via CallLocalFunction and CallRemoteFunction
- Now you don't have to call any Profiler_* functions (they are simply deleted), you just add scripts to the file located in <server>/plugins/profiler.cfg, one per line, e.g.
Code:gamemodes/lvdm.amx filterscripts/fsdebug.amx filterscripts/adminspec.amx
- Directory separators in profiler.cfg are significant - on Windows you use '\' and on Linux you put '/' (maybe I will fix this later)