Searched refs:numPeopleCacheMiss (Results 1 – 1 of 1) sorted by relevance
231 stats.numPeopleCacheMiss++; in registerPeopleAffinity()388 public int numPeopleCacheMiss;; field in NotificationUsageStats.AggregatedStats521 maybeCount("people_cache_miss", (numPeopleCacheMiss - previous.numPeopleCacheMiss)); in emit()552 previous.numPeopleCacheMiss = numPeopleCacheMiss; in emit()638 output.append("numPeopleCacheMiss=").append(numPeopleCacheMiss).append(",\n"); in toStringWithIndent()700 maybePut(dump, "numPeopleCacheMiss", numPeopleCacheMiss); in dumpJson()