You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first off, thank you for the extension, it's awesome!
Based on reading the documentation and skimming the source code, am I right to conclude that the dump_on_limit operation mode can currently only output the callgrind-format file? If I want a pprof-format, I can only do that by inserting explicit memprof_dump_pprof () calls to the code?
It would be great if this could be customized and the default format for the dump_on_limit could be changed to be readable by pprof, if possible.
Thanks again
The text was updated successfully, but these errors were encountered:
Since #97, this can be customized with the memprof.output_format setting. There were no pecl release since then, however, so this will only work in manual installs.
melkamar
added a commit
to melkamar/php-memory-profiler
that referenced
this issue
Apr 17, 2024
Description
Hi, first off, thank you for the extension, it's awesome!
Based on reading the documentation and skimming the source code, am I right to conclude that the
dump_on_limit
operation mode can currently only output the callgrind-format file? If I want a pprof-format, I can only do that by inserting explicitmemprof_dump_pprof ()
calls to the code?It would be great if this could be customized and the default format for the
dump_on_limit
could be changed to be readable by pprof, if possible.Thanks again
The text was updated successfully, but these errors were encountered: