Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
xhprof_enable
(PECL xhprof >= 0.9.0)
xhprof_enable — Start xhprof profiler
Описание
void xhprof_enable ([ int $flags = 0 [, array $options ]] )Start xhprof profiling.
Список параметров
flags -
Optional flags to add additional information to the profiling. See the XHprof constants for further information about these flags, e.g., XHPROF_FLAGS_MEMORY to enable memory profiling.
options -
An array of optional options, namely, the 'ignored_functions' option to pass in functions to be ignored during profiling.
Возвращаемые значения
NULL
Смотрите также:
Описание на ru2.php.net
Описание на php.ru