PerfmonRoot
or add a child Panel called Perfmon
using Perfmon; /* bool draw = true bool drawFPS = true bool drawPing = false IClient client = null // Used for ping meter float updateRate = 1f // How fast updates should be */ Game.RootPanel = new PerfmonRoot(); // or... AddChild(new Perfmon());