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

Native to force saving of profiling data #15

Closed JernejL closed 9 years ago

JernejL commented 9 years ago

Can a native be please added so we can manually force saving of data?

I am having difficulties making server store data, because some plugins are causing a crash during each /gmx and no data is saved.

Zeex commented 9 years ago

There's Profiler_Dump() native: https://github.com/Zeex/samp-plugin-profiler/blob/master/include/profiler.inc#L42

Is this what you're looking for?

JernejL commented 9 years ago

Shiiiiit.. i feel dumb :stars: