View Issue Details

IDProjectCategoryView StatusLast Update
0001825XdebugProfilingpublic2020-10-14 15:02
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.0devFixed in Version3.0.0beta1 
Summary0001825: 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.

TagsNo tags attached.
Operating System
PHP Version7.4.0-7.4.4

Activities

derick

2020-07-30 14:11

administrator   ~0005435

Closed through https://github.com/xdebug/xdebug/pull/616

Issue History

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