Searched refs:fFpsHistory (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/apps/glteapot/
H A DObjectView.h90 float fLastYXRatio, fYxRatio, fFpsHistory[HISTSIZE]; member in class:ObjectView
H A DObjectView.cpp795 fFpsHistory[entry] = fps;
800 fps += fFpsHistory[(fOldestEntry + i) % HISTSIZE];

Completed in 33 milliseconds