ENH: Adds UPS counter utility
Adds updates per second (UPS) counter utility. USAGE: UPSCounter->setStartPointOfFrame(); ... ... (work load of the frame) ... UPSCounter->setEndPointOfFrame(); // Get the updates per second UPSCounter->getUPS();
Showing
Loading
Please register or sign in to comment