php-memory-profiler
php-memory-profiler copied to clipboard
Strange text in calls: "(todo.php)"
I get the same. @Ziggizag did you figure it out why that happens?
Hi @Ziggizag @codedge
The todo.php part is supposed to be a filename. IIRC it was required by the callgrind file format, but I didn't took the time to add the actual filename yet, so for now it's always todo.php :)
Seems like it’s not that complicated to add the filename: https://github.com/arnaud-lb/php-memory-profiler/blob/v3/memprof.c#L1418
Does php_stream have info about its file path?