View Issue Details

IDProjectCategoryView StatusLast Update
0000738XdebugProfilingpublic2020-03-12 17:37
Reporternnmatveev Assigned To 
PriorityhighSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Summary0000738: Provide an option to generare xdebug profiler snapshots in compressed format
Description

At the moment Xdebug profiler generates snapshot in human-readable and thus very redundant format. If user use some GUI viewer for snapshots, the more compressed format would preferable, because snapshot can be located on the remote machine and require some kind of transfering (e.g. FTP).

It is also necessary that snapshot contains information about its format in the header

Additional Information

related issue from PhpStorm issue tracker - http://youtrack.jetbrains.net/issue/WI-7916

TagsNo tags attached.
Operating System
PHP Version5.3.8

Activities

derick

2016-12-09 00:30

administrator   ~0003972

The cachegrind format does not support this, and because it doesn't, I can't just compress the xdebug profiles as it would make it impossible to load them in kcachegrind.