The open source roku_builder @
https://github.com/ViacomInc/roku_builder recently added a "roku --profile stats" command that shows you a count of all nodes currently in the UI thread, and a break down of what they are.
Example:
Name | Count
Total | 430
Animation | 84
Vector2DFieldInterpolator | 61
Poster | 47
ContentMetaData | 30
ModuleItemData | 24
FloatFieldInterpolator | 23
RenderableNode | 21
..........etc etc etc
The tool itself is pretty awesome for sideloading/deploying, this is just some icing on top
🙂
Tyler Smith