downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

apd_set_session_trace_socket> <apd_get_active_symbols
[edit] Last updated: Fri, 17 May 2013

view this page in

apd_set_pprof_trace

(PECL apd >= 0.2)

apd_set_pprof_traceInicia la sesión de depurado

Descripción

string apd_set_pprof_trace ([ string $dump_directory [, string $fragment = "pprof" ]] )

Inicia el depurado al archivo pprof_{process_id} en el directorio de volcado.

Parámetros

dump_directory

El directorio en el cual el archivo del volcado del análisis es escrito. Si no se especifica, la configuración apd.dumpdir del archivo php.ini será usada.

fragment

Valores devueltos

Retorna la ruta del archivo de destino.

Ejemplos

Ejemplo #1 apd_set_pprof_trace() ejemplo

<?php
apd_set_pprof_trace
();
?>

Ver también



add a note add a note User Contributed Notes apd_set_pprof_trace - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites