DescriptionInstrumenting 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
Committed: https://crrev.com/a0046208af1f285b95809ed9e79a48f8d95a1522
Cr-Commit-Position: refs/heads/master@{#313306}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|