Update TabCapturePerformanceTest to more accurately time captures.
Currently TabCapturePerformanceTest records the time between "Capture" events to determine the rate of capture. These events are issued whenever a capture is requested, even if it is later aborted, and doesn't represent the actual capture framerate. This CL adds an event on capture success which will provide a more accurate idea of capture framerate. BUG=489796 Review URL: https://codereview.chromium.org/1143723003 Cr-Commit-Position: refs/heads/master@{#330785}
Showing
Please register or sign in to comment