View Issue Details

IDProjectCategoryView StatusLast Update
0000336XdebugProfilingpublic2020-03-12 16:47
Reportersebastian Assigned To 
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.