Commit ef77cd1e authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

perf: Remove reference to AsyncTransferThread thread.

The 'AsyncTransferThread' was removed in crrev.com/345908. So remove the
reference to it from the benchmark code.

BUG=509076

Change-Id: I9b9fe755a87ea55eeff5ccc1c3a59943684a0958
Reviewed-on: https://chromium-review.googlesource.com/997102Reviewed-by: default avatarDavid Reveman <reveman@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548490}
parent abca656d
...@@ -16,7 +16,6 @@ from telemetry.web_perf.metrics import timeline_based_metric ...@@ -16,7 +16,6 @@ from telemetry.web_perf.metrics import timeline_based_metric
TimelineThreadCategories = { TimelineThreadCategories = {
"Chrome_InProcGpuThread": "GPU", "Chrome_InProcGpuThread": "GPU",
"CrGpuMain": "GPU", "CrGpuMain": "GPU",
"AsyncTransferThread": "GPU_transfer",
"VizCompositorThread": "display_compositor", "VizCompositorThread": "display_compositor",
"CrBrowserMain": "browser", "CrBrowserMain": "browser",
"Browser Compositor": "browser", "Browser Compositor": "browser",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment