diff options
author | 2021-02-18 13:43:27 +0000 | |
---|---|---|
committer | 2021-02-18 13:43:27 +0000 | |
commit | 1fdf1f1b965a5235d58db5d030270cba9ff914cc (patch) | |
tree | 31cf9c4334c56aecd9fcf3f0da675bb8abef4f05 | |
parent | 5b756647e8f292c3981659f79198245cc7162d1f (diff) | |
parent | 8c7cbddb79056b35dd9ea6aa6e7c4ecb3fef6ca3 (diff) |
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
-rw-r--r-- | libs/hwui/FrameInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/FrameInfo.cpp b/libs/hwui/FrameInfo.cpp index ce9b2889cd9e..5d3f6f2f28c9 100644 --- a/libs/hwui/FrameInfo.cpp +++ b/libs/hwui/FrameInfo.cpp @@ -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, |