Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FPSCounter def to 5*60 frames (each 5s at 60Hz) ; Test: each 1s | Sven Gothel | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related ↵ | Sven Gothel | 2011-04-23 | 1 | -0/+117 |
API change) - Don't fetch System.currentTimeMillis() by default and for every frame (performance) - Default behavior is FPSCounter switched off - Enable by frame interval, ie measure each 60 frames. - FPSCounterImpl is default impl. used by impl. FPSCounter class (reduce code/redundancy) - Might be promoted to GLAutoDrawable ?! |