View Issue Details

IDProjectCategoryView StatusLast Update
0000065XdebugProfilingpublic2020-03-12 17:14
Reporterchris_graham Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000065: xdebug_get_function_profile doesn't give line numbers
Description

xdebug_get_function_profile doesn't give any location information of the functions in the trace. It's only possible to see what functions are called, but not where they are called from (and hence you don't automatically know which call location to a shared intensive function to optimise).

Additional Information

xdebug_dump_function_profile provides this information, but it requires a full pre-formatted log be outputted, which takes time and procludes display customisation.

TagsNo tags attached.
Operating SystemWindows Server 2003
PHP Version4.3.7

Activities

derick

2004-09-15 09:05

administrator   ~0000190

I am no longer changing and/or adding features to the 1.3 branch; but I will only do bugfixing there.