BitOne / php-meminfo

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

Add stdclass-shapes command #120

Open tstarling opened 2 years ago

tstarling commented 2 years ago

Add a command which compiles summary statistics on stdClass objects according to their properties.

It's fine if you don't want this. It's just something I needed today, so I thought I may as well submit it upstream.

tstarling commented 2 years ago

I think I should have made the class name be a parameter instead of hard-coding stdClass.