Instrumenting CopyData to analyze its slowing down
The previous CL moved the copy part from IO thread. Now, in the worker thread, copying data 15ms on average, instead of the old 5ms in IO thread, which I want to investigate. I want to separate possible slowness from the task wrapper (what if params are copied in an inefficient way?) from the slowness from the memcpy. BUG=422489 Review URL: https://codereview.chromium.org/880973002 Cr-Commit-Position: refs/heads/master@{#313306}
Showing
Please register or sign in to comment