Skip to content
Snippets Groups Projects
Commit d4c54bf3 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Add missing frame info name

Test: Provoke Davey, no crash
Bug: 171046219
Change-Id: Ife596b3ffe131ce201973417222a058ff7baec0f
parent 71db8892
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment