array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'luasandbox.getcpuusage.php', 1 => 'LuaSandbox::getCPUUsage', 2 => 'Fetch the current CPU time usage of the Lua environment', ), 'up' => array ( 0 => 'class.luasandbox.php', 1 => 'LuaSandbox', ), 'prev' => array ( 0 => 'luasandbox.enableprofiler.php', 1 => 'LuaSandbox::enableProfiler', ), 'next' => array ( 0 => 'luasandbox.getmemoryusage.php', 1 => 'LuaSandbox::getMemoryUsage', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/luasandbox/luasandbox/getcpuusage.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL luasandbox >= 1.0.0)
LuaSandbox::getCPUUsage — Fetch the current CPU time usage of the Lua environment
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.
Зауваження:
On Windows, this function always returns zero. On operating systems that do not support
CLOCK_THREAD_CPUTIME_ID, such as FreeBSD and Mac OS X, this function will return the elapsed wall-clock time, not CPU time.