summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-02-11 07:12:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-02-11 07:12:56 +0000
commita0466a29f92f95a2d67bc5fd14feea5f84255c7f (patch)
tree335640205ee2ee866ca0c274c7712d1b7a5bece7
parenta00008934115e91bb0a41b67c16268763f35ee6e (diff)
parent59cdc901ff763f76b7045df8245cbf66d786ad1c (diff)
Merge "SFStats: track lateAcquired and badDesiredPresent frames from the field"
-rw-r--r--cmds/statsd/src/atoms.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 89b1798587f0..23f9f22c94f2 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -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;
}
/**