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

LeaveFunction #34

Closed Romz24 closed 5 years ago

Romz24 commented 5 years ago

No arguments are passed to the function, is this an error?

https://github.com/Zeex/samp-plugin-profiler/blob/master/src/amxprof/profiler.cpp#L70

Zeex commented 5 years ago

No, its parameter has a default value

https://github.com/Zeex/samp-plugin-profiler/blob/3778b2ed4b4e38034ab39c0d7771e8c9ace26ae3/src/amxprof/profiler.h#L80