mediawiki-extensions-Scribunto/common
Ori Livneh 605b5ed742 Keep stats on slow function calls
Report timing data for the top 1% of Lua function invocations, measured by CPU
time. Use the PSquare class from RunningStat (Ibbd3925aa) to keep an online
estimate of the 99th percentile without storing observations.

Depends on Ibbd3925aa (and on a follow-up patch to bump the RunningStat version
in core's composer.json.)

Change-Id: I0d39920733fe719f87698f03408698ed032c9849
2015-10-28 21:34:50 -07:00
..
ApiScribuntoConsole.php Add more comments and type hints 2014-12-19 19:25:53 +00:00
Base.php Add ScribuntoEngineBase::getResourceUsage() 2015-10-29 03:59:07 +00:00
Common.php Fix some PHPCS issues 2015-06-30 13:14:58 -04:00
Hooks.php Keep stats on slow function calls 2015-10-28 21:34:50 -07:00
ScribuntoContent.php Check content model instead of title 2015-07-19 22:16:21 -04:00
ScribuntoContentHandler.php Re-restrict the Scribunto content handler to NS_MODULE 2015-07-24 10:17:45 -04:00