View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000336 | Xdebug | Profiling | public | 2007-11-14 21:03 | 2020-03-12 16:47 |
Reporter | sebastian | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Summary | 0000336: 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. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3-dev | ||||
|
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. |
|
Can this be streamed backed to the IDE instead? Might take an update to the DBGp protocol but it would be much more useful. |
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 |