Zeex / samp-plugin-profiler

Performance profiler plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=271129
BSD 2-Clause "Simplified" License
46 stars 8 forks source link

Not all publics are logged #37

Open Hoxxy opened 4 years ago

Hoxxy commented 4 years ago

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?