Searched refs:sCache (Results 1 – 1 of 1) sorted by relevance
31 private static Map<String, Long> sCache = field in RecordHistogram50 Long key = sCache.get(name); in getCachedHistogramKey()69 if (result != key) sCache.put(name, result); in recordBooleanHistogram()85 if (result != key) sCache.put(name, result); in recordEnumeratedHistogram()132 if (result != key) sCache.put(name, result); in recordCustomCountHistogram()149 if (result != key) sCache.put(name, result); in recordLinearCountHistogram()162 if (result != key) sCache.put(name, result); in recordPercentageHistogram()175 if (result != key) sCache.put(name, result); in recordSparseSlowlyHistogram()295 if (result != key) sCache.put(name, result); in recordCustomTimesHistogramMilliseconds()