Searched refs:sCache (Results 1 – 1 of 1) sorted by relevance
29 private static Map<String, Long> sCache = field in RecordHistogram41 Long key = sCache.get(name); in getCachedHistogramKey()60 if (result != key) sCache.put(name, result); in recordBooleanHistogram()76 if (result != key) sCache.put(name, result); in recordEnumeratedHistogram()123 if (result != key) sCache.put(name, result); in recordCustomCountHistogram()140 if (result != key) sCache.put(name, result); in recordLinearCountHistogram()153 if (result != key) sCache.put(name, result); in recordPercentageHistogram()166 if (result != key) sCache.put(name, result); in recordSparseSlowlyHistogram()239 if (result != key) sCache.put(name, result); in recordCustomTimesHistogramMilliseconds()