summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/tests/unittests/SchedulerTest.cpp
AgeCommit message (Collapse)Author
2018-12-27SF: Moving EventThread::Connection out of impl classAna Krulec
This is part of Scheduler refactoring. EventThread::Connection should be a wrapper that translates IDisplayEventConnection into EventThread calls. Test: SF tests pass. Bug: 113612090 Change-Id: I2bcf0c45a33638c59f7828085c563dbc52b2d66e
2018-12-05SurfaceFlinger: Get rid of String8 in dumpsysYiwei Zhang
Test: build and gui/ui/renderengine/surfaceflinger tests and compare dumpsys SurfaceFlinger results Change-Id: Iafdaf73a0acbbbb8fbafc930ad86285106a07e13
2018-11-29SF: Adding statistical modeAna Krulec
- Adding statistical mode for timestamp intervals. - Moving math calculations into util class, and adding a unit test. See go/surface-flinger-scheduler for more info and systrace links. Test: SF tests pass. Adding new test class. Bug: 113612090 Change-Id: I3c3a73e3d8719e47326d8a48d27683037b7beb47
2018-11-28SF: Adding Layer History to SF.Ana Krulec
Calculate average and median between the timestamp differences that come in for individual layers, and store them to systrace. See go/surface-flinger-scheduler for more details and systrace links. Test: SF tests updated. Bug: 113612090 Change-Id: I934bbe36ab57d16a5b219c7cb8e0580112238671
2018-10-13Moving DispSync into Scheduler.Ana Krulec
This change is part of go/surface-flinger-scheduler. Test: SF tests pass. Change-Id: I073a54c2111fa3146af3eb68f3294c3c5c95543c
2018-09-11SF: Updating text on threads/source in order to easier read the systrace.Ana Krulec
Test: SF tests Pass. Change-Id: Id7b88e2559a7ec95dcd6c26bf43a143401cde653
2018-09-05SF: Adding tests to Scheduler class.Ana Krulec
This is part of go/surface-flinger-scheduler project. Test: SF tests pass. Bug: 113612090 Change-Id: I3ef187d5b79f45c9e3962e1b2316f17b4813a2c7