[xdebug-general] Profiler Settings in php.ini file

From: Sandrio Fontes <scfontes[@]gmail.com>
Date: Thu, 14 Sep 2006 10:12:12 +0100

Hello list,

First of all:
- release
 xdebug 2.0.0 beta 6 under php 5.1.4 & apache 1.3.36

- my php.ini
; zend extension
zend_extension=/usr/local/lib/php/ext/xdebug.so

; general settings
xdebug.auto_trace=1
xdebug.collect_includes=1
xdebug.collect_params=1
xdebug.collect_return=0
xdebug.default_enable=1
xdebug.extended_info=1
xdebug.show_local_vars=1
xdebug.show_mem_delta=1
xdebug.max_nesting_level=100
xdebug.trace_format=0
xdebug.trace_output_dir="/www/htdocs/profile"
xdebug.trace_options=0
xdebug.trace_output_name=timestamp

; debugger settings
xdebug.remote_autostart=0
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_mode=req
xdebug.remote_port=9000

; profiler settings
xdebug.profiler_append=0
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=0
xdebug.profiler_output_dir="/www/htdocs/profile"
xdebug.profiler_output_name=timestamp

is possible to see the profile generated from the debug of my code like
the profiling modes of xdebug 1 ? if true what i have to change on my
php.ini? Else, any suggestion? Kcachegrind is an excelent tool but i need to
analize the profile info in a prodution remote server.

Best regards,

Sandrio Fontes
Received on Thu Sep 14 2006 - 11:12:13 BST

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST