Currently we have a frame counter on screen that just counts up with every new full screen redraw.
With a timer interrupt on the pic32 (eg. every second or every 0.5 seconds) we could calculate frames per second from the time difference and the difference in the frame counter. This would better help us measure drawing performance.