Merge "SFStats: track lateAcquired and badDesiredPresent frames from the field"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a0466a29f9
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user