View Issue Details

IDProjectCategoryView StatusLast Update
0000065XdebugProfilingpublic2020-03-12 17:14
Reporterchris_graham Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2004-07-03 16:20 chris_graham New Issue
2004-09-15 09:05 derick Status new => resolved
2004-09-15 09:05 derick Resolution open => won't fix
2004-09-15 09:05 derick Assigned To => derick
2004-09-15 09:05 derick Note Added: 0000190
2020-03-12 16:56 derick Severity minor => feature
2020-03-12 17:14 derick Category Feature/Change request => Profiling