summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/FrameTracker.h
Commit message (Collapse)AuthorAgeFilesLines
* Adding render stats APIs to UiAutomation (framework native).Svetoslav2014-04-101-4/+7
| | | | | | bug:12927198 Change-Id: Ibb1c07f7d89e11281e5c1f27f412a29ac6f9c4ab
* surfaceflinger: add frame duration loggingJamie Gennis2013-07-231-0/+37
| | | | Change-Id: Ib414a45e7e191f23a2726cbbbeb606e9ce68a3b5
* SurfaceFlinger: add win anim frame time trackingJamie Gennis2013-02-081-1/+5
| | | | | | | | This change makes the 'dumpsys SurfaceFlinger --latency' command with no extra args dump the frame timestamp data for the most recent frames that SurfaceFlinger generated that included window animation transaction changes. Change-Id: I8bded1ea08a4cddefef0aa955401052bb9107c90
* SurfaceFlinger: refactor frame time trackingJamie Gennis2012-11-191-0/+120
This change moves the frame time history tracking code out of Layer and into a new class called FrameTracker. It also changes the tracking to use signal timestamps from fences when available for more accurate results. Change-Id: I323c5f075c58bf86ce363b52af885ad0f6365f2b