Merge "Add missing frame info name" into sc-dev

This commit is contained in:
Jorim Jaggi
2021-02-18 13:19:53 +00:00
committed by Android (Google) Code Review

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,