View Issue Details

IDProjectCategoryView StatusLast Update
0000336XdebugProfilingpublic2020-03-12 16:47
Reportersebastian Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionnot fixable 
Summary0000336: API access to profiling information
Description

I think it would be usefull to allow API access to profiling information in addition to the current functionality where the profiling information is written to a file.

TagsNo tags attached.
Operating System
PHP Version5.3-dev

Activities

derick

2007-11-14 21:06

administrator   ~0000811

I can't implement this really, as profiling information is written directly to disk without any memory storage. All I can provide is the location where it is written to.

cpriest

2018-04-30 17:19

reporter   ~0004643

Can this be streamed backed to the IDE instead? Might take an update to the DBGp protocol but it would be much more useful.

Issue History

Date Modified Username Field Change
2007-11-14 21:03 sebastian New Issue
2007-11-14 21:06 derick Status new => resolved
2007-11-14 21:06 derick Resolution open => not fixable
2007-11-14 21:06 derick Assigned To => derick
2007-11-14 21:06 derick Note Added: 0000811
2018-04-30 17:19 cpriest Note Added: 0004643
2020-03-12 16:47 derick Category Feature/Change request => Profiling