Searched refs:numPeopleCacheMiss (Results 1 – 1 of 1) sorted by relevance
213 stats.numPeopleCacheMiss++; in registerPeopleAffinity()383 public int numPeopleCacheMiss;; field in NotificationUsageStats.AggregatedStats523 maybeCount("people_cache_miss", (numPeopleCacheMiss - previous.numPeopleCacheMiss)); in emit()557 previous.numPeopleCacheMiss = numPeopleCacheMiss; in emit()646 output.append("numPeopleCacheMiss=").append(numPeopleCacheMiss).append(",\n"); in toStringWithIndent()714 maybePut(dump, "numPeopleCacheMiss", numPeopleCacheMiss); in dumpJson()