DescriptionNarrow the instrumentation to track jank in HostResolverImpl.
I am fairly confident this is coming from IsGloballyReachable(), which seems to have a dependency on UDP sockets, so focused the instrumentation there.
One weakness of this instrumentation is it doesn't separate out some of the non-trivial work being done by local variable's destructors (most notably deletion of the UDP sockets, which will likely be hitting issue 165382).
BUG=455942
TBR=pkasting@chromium.org
Committed: https://crrev.com/0eb394e2b9fa06ff225084969300fe65b8f17dfc
Cr-Commit-Position: refs/heads/master@{#327831}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|