Closed samlitowitz closed 10 months ago
To add to the above - the Location is showing up as "todo.php" (fl=/todo.php
).
Closing this issue has it's fixed by https://github.com/arnaud-lb/php-memory-profiler/pull/95.
@mrthebob indeed :) I would accept contributions around exposing the right location
Description
The callgrind label
MemorySize
lacks units (it's bytes), and theBlockSize
label is the call count. Having accurate labels makes it easier to analyze the result because one does not have to guess at units or view the source code to find out.The following code:
Resulted in this output:
But I expected this output instead:
php-memprof Version
php-memprof 3.0.1
PHP Version
PHP 8.0.1
Operating System
Ubuntu 20.04