Skip to content
Snippets Groups Projects
Commit 50f48513 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

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();
parent eb6f5aa4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment