DescriptionAdd/change metrics for cookie store loading:
Cookie.TimeLoad (previously the total time the IO thread was busy loading cookies) is now the sum of all DB-thread tasks for loading cookies.
Cookie.TimeBlockedOnLoad is the time between the IO thread requesting cookies to load and them finally being loaded.
Cookie.PriorityBlockingTime is the amount of time that there were one or more web requests waiting on cookies to load.
Cookie.PriorityLoadCount is the number of priority loads that occurred (i.e., different domains that were requested before the cookie store was fully loaded).
BUG=68657
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109981
Patch Set 1 #Patch Set 2 : Move threading assumptions from cookie monster to persistent store. #Patch Set 3 : Use a separate lock for metrics. #
Total comments: 11
Patch Set 4 : Remove race condition handling. #
Messages
Total messages: 7 (0 generated)
|