Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FPSCounter: Use Java 1.5 TimeUnit | Sven Gothel | 2011-11-08 | 1 | -2/+4 |
| | |||||
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related ↵ | Sven Gothel | 2011-04-23 | 1 | -0/+137 |
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 ?! |