New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 638569 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

TaskQueueManager::SelectWorkQueueToService could do with optimization

Project Member Reported by alexclarke@chromium.org, Aug 17 2016

Issue description

TaskQueueManager::SelectWorkQueueToService is a bit more expensive than I would like.  In the attached trace it takes on the order of 40-50 microseconds which feels a bit too much.
 
trace_SelectWorkQueueToService.json.gz
8.1 MB Download
Status: WontFix (was: Available)
Turns out most of this was tracing overhead. There's still some amount of processing that happens here but it doesn't seem large enough to bother fixing it.

Sign in to add a comment