[xdebug-general] Abnormal result in xdebug output

From: Winston Lim <superwinston[@]gmail.com>
Date: Thu Aug 31 2006 - 11:27:20 CEST

This my first time using Xdebug and WinCacheGrind, these are the
screenshot of profiling phpBB and its CacheGrind output file from
Xdebug. I've noticed it did not included any time measured, any idea
what went wrong ?

Xdebug Configuration

[xdebug]
xdebug.auto_trace = 1
xdebug.collect_includes = 1
xdebug.collect_params = 1
xdebug.collect_return = 1
xdebug.default_enable = 1
xdebug.extended_info = 1
xdebug.show_local_vars = 0
xdebug.show_mem_delta = 1
xdebug.trace_format = 1
xdebug.trace_options = 0
xdebug.trace_output_dir ="e:/php5/tmp"
; Remote
xdebug.remote_enable=1
xdebug.remote_mode="req"
xdebug.remote_host=127.0.0.1
xdebug.remote_port=17869
xdebug.idekey=<idekey>

; Mode 1
xdebug.remote_handler="gdb"
xdebug.auto_profile = 1
xdebug.auto_profile_mode = 2
xdebug.output_dir = "e:/php5/tmp"

; Mode 2
xdebug.remote_handler="DBGp"
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = "e:/php5/tmp"
xdebug.profiler_output_name = "debug.out"

xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD

CacheGrind Output

http://www.winstonjourney.com/images/cachegrind.out.3184.1635863926

Screenshot

http://www.winstonjourney.com/images/xdebug-phpBB2.JPG
Received on Thu Aug 31 11:27:32 2006

This archive was generated by hypermail 2.1.8 : Sun Nov 23 2008 - 16:00:11 CET