View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000276 | Xdebug | Profiling | public | 2007-05-29 14:58 | 2020-03-23 14:16 |
| Reporter | derick | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | resolved | Resolution | no change required | ||
| Summary | 0000276: Aggregate profiling should not use zend_hash | ||||
| Description |
This is the problem. It uses a Zend hash that adds up its internal memory to memory_limit as well. For top it (of course) it should show more memory, but it would be good to avoid the zend_hash overhead here. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.1 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-05-29 14:58 | derick | New Issue | |
| 2016-12-13 21:36 | derick | Status | new => acknowledged |
| 2020-03-12 16:47 | derick | Category | Feature/Change request => Profiling |
| 2020-03-23 14:16 | derick | Assigned To | => derick |
| 2020-03-23 14:16 | derick | Status | acknowledged => resolved |
| 2020-03-23 14:16 | derick | Resolution | open => no change required |
| 2020-03-23 14:16 | derick | Note Added: 0005334 |