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 | |||
| 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 | ||||
|
|
Closed through https://github.com/xdebug/xdebug/pull/616 |