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 2006 - 11:27:32 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST