-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Description
The following code:
<?php
memprof_enable();
memprof_dump_pprof(fopen("profile.heap", "w"));
pprof --text profile.heap
Resulted in this output:
profile.heap: parsing profile: unrecognized profile format
failed to fetch any source profiles
But I expected this output instead:
php-memprof Version
php-memprof 3.0.2
PHP Version
PHP 7.2.26
Operating System
Ubuntu 18.04.4 LTS
stracker-phil, Ishan-Batra and speller