Zeex / samp-plugin-profiler

Performance profiler plugin for SA-MP server

Home Page:http://forum.sa-mp.com/showthread.php?t=271129

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all publics are logged

Hoxxy opened this issue · comments

I've noticed that a lot of my public functions are missing from the profiler dump. I have then discovered that the only functions that are being logged are the ones called with SetTimer(Ex), mysql_tquery and CallLocal/RemoteFunction (+ callbacks).

Any functions that are called from within another function are not logged at all!
Is there any workaround for this, besides converting everything to CallLocalFunction?