[ozone/wayland] Introduced the histogram to track time on data transfer.
When data is dragged from another application into Chromium, there is a delay between mouse pointer crossing the window border and the actual OnDragEnter() called on the window. The delay happens because the drag drop controller has to get the data, which implies at least one request to the Wayland server (the actual number of requests equals number of MIME types available in the data offer). Here a histogram is introduced to know what the real delays will be there in the wild. Bug: 1147413 Change-Id: I2f3acc067f718ccb29d98ea1bf98b9f03efc2f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552864Reviewed-by:Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#831251}
Showing
Please register or sign in to comment