summaryrefslogtreecommitdiff
path: root/libs/gui/FrameTimestamps.cpp
AgeCommit message (Expand)Author
2023-07-20Remove logspam John Reck
2023-02-10Increase frame history size when SF buffer queue size changes Brian Lindahl
2020-02-17Merge commit '753132194ff691e1533e354dddc2bc31d25e50a0' into manual_merge_753... David Stevens
2020-02-03Add method to explicitly request frame events from FrameEventHistory Valerie Hau
2020-01-21libgui: make MAX_FRAME_HISTORY a configurable property David Stevens
2019-01-04Merge "Fix/suppress libs/gui google-explicit-constructor warnings" am: b0a829... Chih-Hung Hsieh
2019-01-04Fix/suppress libs/gui google-explicit-constructor warnings Chih-Hung Hsieh
2018-12-05SurfaceFlinger: Get rid of String8 in dumpsys Yiwei Zhang
2018-10-01Add noexcept to move constructors and assignment operators. Chih-Hung Hsieh
2017-12-08gui: Remove unnecessary FrameEventHistoryDelta warning. Brian Anderson
2017-03-17egl: Remove retire event. Brian Anderson
2017-02-15Fix unexpected FrameEvents on BufferQueue reconnect Brian Anderson
2017-02-15Add FrameEvents::isValidTimestamp Brian Anderson
2017-02-15Change GL references to GPU for getFrameTimestamps. Brian Anderson
2017-02-15Clean up FrameTimestamp log messages. Brian Anderson
2017-02-13EGL: Add eglGetCompositorTimingANDROID. Brian Anderson
2017-01-12Add a DequeueReady FrameEvent Brian Anderson
2017-01-12Clean up Fence a little. Brian Anderson
2017-01-12Surface unit tests for getFrameTimestamps. Brian Anderson
2016-12-14Suppress unnecessary "frame not found" errors. Brian Anderson
2016-12-13Use FenceTime to share fence times and reduce open fds. Brian Anderson
2016-11-17Update producer's cache of frame events in de/queue Brian Anderson
2016-11-17Cache frame event history producer-side. Brian Anderson
2016-11-15Track frame events incrementally and per layer. Brian Anderson