BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

New analyzer to find heaviest objects or structure #52

Open BitOne opened 6 years ago

BitOne commented 6 years ago

To speed up debugging, a analyzer could try to find the heaviest objects (including it's children), or the heaviest tree path in the objects dependency graph.