TD Synapse is a drop in TouchDesigner component that makes it easier to see the current performance metrics of your TouchDesigner project. Rather than viewing these statistics in your project Synapse passes your data over a websocket to a small single page app where you can view your project's metrics. Ideal for situations where you want to keep the rendering load light in your project, or circumstances where your project is operating inside of an engine or other host application. For example, you can embed TD Synapse in your TOX file that's playing inside another host (e.g. Pixera, Unreal) and see your project metrics.
You can find the TOX in the attached github repo, along with operation instructions.
TD Syanpse is free to use - the single page app has been tested in Chome and is light wieght.
Some current limitations - data currently only passes from locally running apps, so no remote metrics yet.
https://github.com/SudoMagicCode/td-synapse

