Forum Discussion

Tyler_Smith's avatar
Tyler_Smith
Streaming Star
9 years ago

View nodes currently loaded in your SG app

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 🙂