Comment #9 on issue 19510 by scarfet: Flash blocking UI thread http://code.google.com/p/chromium/issues/detail?id=19510
Do let me know your interpretation of the file -- I'm not sure how to interpret it. Is the leftmost column the number of milliseconds? In which case it would point more towards blocking happening on the network, not the DiskCache where most access is 0ms. Calls to: 1) SocketIdleTimeBeforeNextUse_ReusedSocket_disable_late_binding 2) SocketIdleTimeBeforeNextUse_ReusedSocket Seem to be taking significantly the most time (with an average of ~10 seconds?!) if my interpretation is correct. Although one would expect network access to be *much* slower than disk access. The std on those calls is also huge @ 22808ms. Also some rows have "..." and no further information. What does this convey? This doesn't suitably explain to me why incognito doesn't suffer. I guess I should do a trace like this in that mode too. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
