GpuMemoryBufferVideoFramePool: add upload TRACE
GpuMemoryBufferVideoFramePool::CopyVideoFrameToGpuMemoryBuffers schedules copies to GMBs using a Pool thread, so the upload is sliced and run in parallel, reconvening after all sub tasks are finished. This CL adds an ASYNC TRACE to track the duration of the full copy cycle, encompassing all the parallel (and possibly heterogenous) uploads, to make it easy to reason about how much time the copy-to-GMBs take. Bug: 803975 Change-Id: Ied827b30b43931ca06996c97dd8f855b75c9ff7a Reviewed-on: https://chromium-review.googlesource.com/886962Reviewed-by:Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#532101}
Showing
Please register or sign in to comment