Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:GetSummaryFormat

338 FormatManager::GetSummaryFormat (ValueObject& valobj,
347 log->Printf("\n\n[FormatManager::GetSummaryFormat] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
352 log->Printf("[FormatManager::GetSummaryFormat] Cache search success. Returning.");
354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
359 log->Printf("[FormatManager::GetSummaryFormat] Cache search failed. Going normal route");
361 retval = m_categories_map.GetSummaryFormat(valobj, use_dynamic);
365 log->Printf("[FormatManager::GetSummaryFormat] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
369 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());