Merge "Add missing frame info name" into sc-dev am: 8c7cbddb79

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13607745

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I78f8c8d94249009e4a477604a8d06d39111f3dc1
This commit is contained in:
Jorim Jaggi
2021-02-18 13:43:27 +00:00
committed by Automerger Merge Worker

View File

@@ -40,6 +40,7 @@ const std::array<std::string, static_cast<int>(FrameInfoIndex::NumIndexes)> Fram
"DequeueBufferDuration",
"QueueBufferDuration",
"GpuCompleted",
"SwapBuffersCompleted"
};
static_assert(static_cast<int>(FrameInfoIndex::NumIndexes) == 20,