/VProfDump

Allows to dump vprof output to a file.

Primary LanguageSourcePawnGNU General Public License v3.0GPL-3.0

CURRENTLY HAS A BUG THAT CAN LEAD TO WRONG CODE LOGIC FOR PLUGINS THAT ARE CALLING SETFAILSTATE() OR THROWERROR()

VProfDump

Allows to dump sm prof dump vprof output to a file.

Usage

Do the profiling with sm prof start and sm prof end and then use sm_dumpvprof <outputfile> to dump all profiling info into specific file

Requirements