We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have tried the following code:
pprof --web memprofoutputgrind1501897 pprof --gv memprofoutputgrind1501897
Resulted in this output:
root@598c0e0bc2ca:/var/www# pprof --web memprofoutputgrind1501897 memprofoutputgrind1501897: parsing profile: unrecognized profile format pprof: failed to fetch any source profiles root@598c0e0bc2ca:/var/www# pprof --gv memprofoutputgrind1501897 memprofoutputgrind1501897: parsing profile: unrecognized profile format pprof: failed to fetch any source profiles
But I expected this output instead: as from the README.md in https://github.com/arnaud-lb/php-memory-profiler#memprof_dump_pprofresource-stream
3.0.2
PHP 8.2.3 (cli)
docker
The text was updated successfully, but these errors were encountered:
Duplicate of #83
Sorry, something went wrong.
No branches or pull requests
Description
Hello,
I have tried the following code:
Resulted in this output:
But I expected this output instead:
as from the README.md in https://github.com/arnaud-lb/php-memory-profiler#memprof_dump_pprofresource-stream
php-memprof Version
3.0.2
PHP Version
PHP 8.2.3 (cli)
Operating System
docker
The text was updated successfully, but these errors were encountered: