xhprof_sample_enable
(PECL xhprof >= 0.9.0)
xhprof_sample_enable — Description
Descrição
void xhprof_sample_enable
( void
)
Starts profiling in sample mode, which is a lighter weight version of xhprof_enable(). The sampling interval is 0.1 seconds, and samples record the full function call stack. The main use case is when lower overhead is required when doing performance monitoring and diagnostics.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
Esta função não contém parâmetros.
Valor Retornado
NULL
Veja Também
- xhprof_sample_disable() - Stops xhprof sample profiler
- xhprof_enable() - Start xhprof profiler
- memory_get_usage() - Retorna a quantidade de memória alocada para PHP
- getrusage() - Obtém a utilização de recursos
There are no user contributed notes for this page.
