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