Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59cdc901 authored by Yiwei Zhang's avatar Yiwei Zhang
Browse files

SFStats: track lateAcquired and badDesiredPresent frames from the field

Bug: 135478131
Test: statsd_testdrive 10063
Change-Id: I414ddb1eb0c58367025ff62743c091e0b6a42ec0
parent 82f8733d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7951,6 +7951,10 @@ message SurfaceflingerStatsLayerInfo {
    // presentation, until the buffer was ready to be presented.
    optional FrameTimingHistogram post_to_acquire = 9
        [(android.os.statsd.log_mode) = MODE_BYTES];
    // Frames missed latch because the acquire fence didn't fire
    optional int64 late_acquire_frames = 10;
    // Frames latched early because the desired present time was bad
    optional int64 bad_desired_present_frames = 11;
}

/**