Chromium Code Reviews
DescriptionExpected Queueing Time Metric ignores tasks with nested message loops.
We're seeing cases where the Expected Queueing Time metric is reporting
values which are far too high. We hypothesize that this is due to
nested message loops, which currently cause us to report a task with
length equal to the duration of the nested message loop.
Exclude tasks containing nested message loops from this metric.
BUG=675060
Review-Url: https://codereview.chromium.org/2788013003
Cr-Commit-Position: refs/heads/master@{#461210}
Committed: https://chromium.googlesource.com/chromium/src/+/c4067e72471b45ccb8d775189e53c6bcd3cb2c91
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address nits #Messages
Total messages: 16 (10 generated)
|