Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #1825

Category None
Changed by Unreal Karaulov <unrealkaraulovohnoyoudont@bk.ru>
Changed at Sun 05 Dec 2021 18:38:49
Repository https://github.com/alliedmodders/amxmodx
Project alliedmodders/amxmodx
Branch master
Revision 8ee3da24cb811ca5c425bc4aec954eee22ca371d

Comments

Added new debug feature: Performance Monitor. (#1019)

* Performance Monitor.

Search big performance issues for any plugin that in debug mode. No server slow down.
Output is plugin and function name, and server execution lag in ms. Output target: current amxlog file.

* Adding cvar to enable perflog. Force for all plugin if amx_debug is 2.

* Update cvar name

* Use another clock from chrono

* Fix debug check

* Skip internal amxx exec

* Move includes

* Fix debug check in amx_ExecPerf

* Tried to compile without min/max undefined

Changed files