Check memory usage for plugins?

is there any plugin or tool that kinda reports how much memory is each plugin using? would like to know which ones are the more consuming ones.

thx

You can do o.plugins in console and look at hooktimes. The higher is usually the heaviest plugins but it's not a 100% indication since other things can also be a factor.

thanks!!