|
LuaSandbox::getCPUUsageFetch the current CPU time usage of the Lua environment 説明
public float LuaSandbox::getCPUUsage()
Fetches the current CPU time usage of the Lua environment. This includes time spent in PHP callbacks. パラメータこの関数にはパラメータはありません。 戻り値Returns the current CPU time usage in seconds.
参考
|