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

Commit a0466a29 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SFStats: track lateAcquired and badDesiredPresent frames from the field"

parents a0000893 59cdc901
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7960,6 +7960,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;
}

/**