bgfx has recently added support for Remotery profiler (
https://github.com/Celtoys/Remotery). It's a pretty nice little addon that lets you view profile data in real time in a browser through websockets. I figured since the lib was already included with bgfx now I may as well plug torques profiler code into it.
Result:

It's pretty cool watching the live data as you move around the scene. It'll be nice to get GPU profiling working on it as well. I do plan to give it a custom Torque 6 interface eventually.