Searched refs:numPeopleCacheMiss (Results 1 – 1 of 1) sorted by relevance
229 stats.numPeopleCacheMiss++; in registerPeopleAffinity()377 public int numPeopleCacheMiss;; field in NotificationUsageStats.AggregatedStats509 maybeCount("people_cache_miss", (numPeopleCacheMiss - previous.numPeopleCacheMiss)); in emit()540 previous.numPeopleCacheMiss = numPeopleCacheMiss; in emit()626 output.append("numPeopleCacheMiss=").append(numPeopleCacheMiss).append(",\n"); in toStringWithIndent()686 maybePut(dump, "numPeopleCacheMiss", numPeopleCacheMiss); in dumpJson()