* 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
* Fix one big issue what broken all plugins!
If found any config from servercmd, m_ConfigsExecutedForward not called !!!!!!!
If m_ConfigsExecutedForward not called, this is broke all plugins where used m_ConfigsExecutedForward (example restmenu)
Revert "Fix one big issue what broken all plugins!"
This reverts commit 6ce36f22e1c278f0831ebbddbc1dbbceb91dacb9.
* Fix m_ConfigsExecutedForward after my missprint from previous pr
Fix my missprint from previous pull request https://github.com/alliedmodders/amxmodx/commit/275be8b0a89bdd9439c7e04f75f092345318c560
If found any config from servercmd, m_ConfigsExecutedForward not called !!!!!!!
If m_ConfigsExecutedForward not called, this is broke all plugins where used m_ConfigsExecutedForward (example restmenu)