DescriptionInstrumenting callback of DiskCacheBasedQuicServerInfo::OnIOComplete.
Latest instrumentations show that most of jank comes from DiskCacheBasedQuicServerInfo::OnIOComplete (17.1). Note that it calls DiskCacheBasedQuicServerInfo::DoLoop, which calls a bunch of methods, all of them instrumented now. The above jank happens outside of the DoLoop call, and outside of DiskCacheBasedQuicServerInfo::PersistInternal call.
This points to wait_for_ready_callback_ callback. Instrumenting more.
(There is also 3.4 jank in Transaction::OnIOComplete, but this is not my focus now.)
BUG=422516
Committed: https://crrev.com/e12cac8a794e5f2d34d0253981407c841d44443c
Cr-Commit-Position: refs/heads/master@{#307966}
Patch Set 1 #Patch Set 2 : Rebasing #Messages
Total messages: 11 (4 generated)
|