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

This commit is contained in:
TreeHugger Robot
2020-02-11 07:12:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
/**