samp-plugin-profiler icon indicating copy to clipboard operation
samp-plugin-profiler copied to clipboard

Not all publics are logged

Open Hoxxy opened this issue 4 years ago • 0 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?

Hoxxy avatar Apr 20 '20 19:04 Hoxxy