View Issue Details

IDProjectCategoryView StatusLast Update
0002001XdebugProfilingpublic2021-10-04 09:32
Reporterildar Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.1devFixed in Version3.1.0 
Summary0002001: Add 'xdebug.use_compression' setting to turn on/off compression for profiling files
Description

Hello,

It seems
qcachegrind doesn't support gzip'ed files.

Is it possible to add an ini file setting for the the
xdebug.mode=profile
mode ?

Additional Information

related to
https://bugs.xdebug.org/view.php?id=1853

TagsNo tags attached.
Operating System
PHP Version7.4.10-7.4.19

Activities

derick

2021-08-06 17:43

administrator   ~0005959

It is unfortunate that qcachegrind doesn't support this. I always thought it was kcachegrind with a different UI, and kcachegrind most definitely does support this.

I am not very keen on adding more settings, but I can have a look at this.

In the meanwhile, you can recompile Xdebug without compression support, by using the --without-xdebug-compression flag when you run ./configure.

derick

2021-08-15 23:32

administrator   ~0005980

Fixed in GIT: https://github.com/xdebug/xdebug/pull/768

ildar

2021-08-16 06:59

reporter   ~0005981

ok
thank you Derick