Quote:
Originally Posted by 0x5A656578
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: - 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)
|
Great but how to save the result now then? It seems like you have removed: Profiler_PrintStats();