Home
last modified time | relevance | path

Searched refs:GetCacheMisses (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
DFormatCache.h97 GetCacheMisses () in GetCacheMisses() function
/external/lldb/source/DataFormatters/
DFormatManager.cpp354 …RIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSummaryFormat()
369 …RIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSummaryFormat()
391 …RIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSyntheticChildren()
406 …RIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses()); in GetSyntheticChildren()