|
LuaSandbox::getCPUUsageFetch the current CPU time usage of the Lua environment Description
public float LuaSandbox::getCPUUsage()
Fetches the current CPU time usage of the Lua environment. This includes time spent in PHP callbacks. ParametersThis function has no parameters. Return ValuesReturns the current CPU time usage in seconds.
See Also
|