View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001825 | Xdebug | Profiling | public | 2020-07-29 15:38 | 2020-10-14 15:02 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 3.0dev | Fixed in Version | 3.0.0beta1 | ||
Summary | 0001825: Improve profiler performance by not calling fflush after every function | ||||
Description | Currently the profiler calls fflush when every PHP function ends. This is potentially really slow on slow(er) disks. Remove the fflush call, and adjust the tests accordingly. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.4.0-7.4.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-29 15:38 | derick | New Issue | |
2020-07-29 15:38 | derick | Status | new => assigned |
2020-07-29 15:38 | derick | Assigned To | => derick |
2020-07-30 14:11 | derick | Status | assigned => closed |
2020-07-30 14:11 | derick | Resolution | open => fixed |
2020-07-30 14:11 | derick | Fixed in Version | => 3.0dev |
2020-07-30 14:11 | derick | Note Added: 0005435 | |
2020-10-14 15:02 | derick | Fixed in Version | 3.0dev => 3.0.0beta1 |